removed entry from changelog because bug was introduced by not-released trunk revision
[ferm.git] / test / modules / length.ferm
blob976c7fad83e28f91da790277b17348bfa9b652ec
1 table filter chain INPUT mod length {
2     length 0:1024 ACCEPT;
3     length 16384 DROP;
4     length !8192 ACCEPT;