removed entry from changelog because bug was introduced by not-released trunk revision
[ferm.git] / test / modules / hl.ferm
blob1fd91c61e30027a861b2a67fa1daaa2857ebd63a
1 table filter chain INPUT mod hl {
2     hl-eq (8 10) ACCEPT;
3     hl-eq !5 ACCEPT;
4     hl-gt 15 DROP;
5     hl-lt 2 REJECT;