removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / modules / policy.result
blob496e5be499a77a303739d322b11c63861f30cee2
1 iptables -t filter -A INPUT -m policy --dir out --strict --spi 0xbeef --proto esp --mode transport -j ACCEPT
2 iptables -t filter -A INPUT -m policy --mode tunnel --tunnel-src 192.168.1.2 --tunnel-dst 192.168.2.1 -j ACCEPT
3 iptables -t filter -A INPUT -m policy --next -j DROP