removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / misc / chain.result
blob4bd877bcdd99f590b4daf434578a5c5eaf637169
1 iptables -t filter -N BAR
2 iptables -t filter -N FOO
3 iptables -t filter -A INPUT -p tcp -j FOO
4 iptables -t filter -A INPUT -p udp -j BAR
5 iptables -t filter -A BAR -j DROP
6 iptables -t filter -A FOO -j ACCEPT