renamed $fw,$current -> $rule
[ferm.git] / test / modules / ecn.ferm
blob6c59a227b9a471f658dad625f57b0d292e1fdf6d
1 chain INPUT mod ecn {
2     ecn-tcp-cwr ACCEPT;
3     ecn-tcp-cwr ecn-tcp-ece DROP;
4     ecn-ip-ect 0 ACCEPT;
5     ecn-ip-ect (1 3) DROP;