fix previous NEWS commit, oops
[ferm.git] / test / modules / hl.result
blob2cda75443542efb2d21d4457951e278ee336c1e1
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