fix previous NEWS commit, oops
[ferm.git] / test / misc / subchain-domains.result
blob5a7abd7f81c009bf4d9a4f4dc48a76376be55607
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 --dport domain -j ACCEPT
4 ip6tables -t filter -N ferm_auto_2
5 ip6tables -t filter -A INPUT -p udp -j ferm_auto_2
6 ip6tables -t filter -A ferm_auto_2 -p udp --dport domain -j ACCEPT