repo.or.cz
/
ferm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removed entry from changelog because bug was introduced by not-released trunk revision
[ferm.git]
/
test
/
modules
/
hbh.ferm
blob
ecdf7738787b123717d50aae119963b8e705a6e6
1
table filter chain INPUT mod hbh {
2
hbh-len 5 ACCEPT;
3
hbh-len !7 DROP;
4
hbh-opts 4:5 REJECT;
5
hbh-opts (6:7 8:9 10:11) ACCEPT;
6
}