removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / modules / hl.result
blob3079862c80007b20f7afd0f43009d7c11873d574
1 iptables -t filter -A INPUT -m hl --hl-eq 8 -j ACCEPT
2 iptables -t filter -A INPUT -m hl --hl-eq 10 -j ACCEPT
3 iptables -t filter -A INPUT -m hl --hl-eq ! 5 -j ACCEPT
4 iptables -t filter -A INPUT -m hl --hl-gt 15 -j DROP
5 iptables -t filter -A INPUT -m hl --hl-lt 2 -j REJECT