renamed $fw,$current -> $rule
[ferm.git] / test / protocols / sctp.ferm
blob0d635e784c00609ac8710c913967eaad95bdfe4b
1 chain INPUT proto sctp {
2     sport 1234 dport 5678 ACCEPT;
3     chunk-types any (DATA INIT) DROP;
4     chunk-types all DATA:Be ACCEPT;