removed entry from changelog because bug was introduced by not-released trunk revision
[ferm.git] / test / modules / length.result
blob4494107edd71cbed8b292c92259c2a78d9c3b3a0
1 iptables -t filter -A INPUT -m length --length 0:1024 -j ACCEPT
2 iptables -t filter -A INPUT -m length --length 16384 -j DROP
3 iptables -t filter -A INPUT -m length --length ! 8192 -j ACCEPT