removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / misc / subchain-domains.result
blobea15dbee0268e5b54e64ccc15b74fde829ecc572
1 iptables -t filter -N ferm_auto_1
2 iptables -t filter -A INPUT -p udp -j ferm_auto_1
3 iptables -t filter -A ferm_auto_1 -p udp -m udp --dport domain -j ACCEPT
4 ip6tables -t filter -N ferm_auto_1
5 ip6tables -t filter -A INPUT -p udp -j ferm_auto_1
6 ip6tables -t filter -A ferm_auto_1 -p udp -m udp --dport domain -j ACCEPT