removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / protocols / sctp.result
blob10e077da548a6c9d45bb697695e0b721b9bf6c9a
1 iptables -t filter -A INPUT -p sctp -m sctp --sport 1234 --dport 5678 -j ACCEPT
2 iptables -t filter -A INPUT -p sctp -m sctp --chunk-types any DATA,INIT -j DROP
3 iptables -t filter -A INPUT -p sctp -m sctp --chunk-types all DATA:Be -j ACCEPT