removed entry from changelog because bug was introduced by not-released trunk revision
[ferm.git] / test / modules / hbh.ferm
blobecdf7738787b123717d50aae119963b8e705a6e6
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;