removed entry from changelog because bug was introduced by not-released trunk revision
[ferm.git] / test / modules / hl.result
blob0c568fc3673abe3417d72f4a0005e6e0dc6af394
1 iptables -A INPUT -m hl --hl-eq 8 -j ACCEPT
2 iptables -A INPUT -m hl --hl-eq 10 -j ACCEPT
3 iptables -A INPUT -m hl --hl-eq ! 5 -j ACCEPT
4 iptables -A INPUT -m hl --hl-gt 15 -j DROP
5 iptables -A INPUT -m hl --hl-lt 2 -j REJECT