removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / modules / addrtype.result
blob8426c1abb749e17b76a1cd173557b5eeeda20fcc
1 iptables -t filter -A INPUT -m addrtype --src-type UNSPEC -j ACCEPT
2 iptables -t filter -A INPUT -m addrtype --src-type BLACKHOLE -j ACCEPT
3 iptables -t filter -A INPUT -m addrtype --src-type PROHIBIT -j ACCEPT
4 iptables -t filter -A INPUT -m addrtype --src-type UNICAST -j ACCEPT
5 iptables -t filter -A INPUT -m addrtype --src-type BROADCAST -j ACCEPT