removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / protocols / dccp.result
blobc766894e1e069efc77830c5e0167a662263b46a5
1 iptables -t filter -A INPUT -p dccp -m dccp --sport 1234 --dport 5678 -j ACCEPT
2 iptables -t filter -A INPUT -p dccp -m dccp --dccp-types DATA,CLOSEREQ -j DROP
3 iptables -t filter -A INPUT -p dccp -m dccp --dccp-types ! RESET,SYNC -j REJECT
4 iptables -t filter -A INPUT -p dccp -m dccp --dccp-option 100 -j ACCEPT
5 iptables -t filter -A INPUT -p dccp -m dccp --dccp-option ! 99 -j DROP