loop init
[ferm.git] / test / modules / ttl.result
blob18c0f4f1c3317c772e32d7a585b78dd3c5fb16ca
1 iptables -t filter -A INPUT -m ttl --ttl-eq 10 -j ACCEPT
2 iptables -t filter -A INPUT -m ttl --ttl-gt 15 -j DROP
3 iptables -t filter -A INPUT -m ttl --ttl-lt 2 -j REJECT