removed entry from changelog because bug was introduced by not-released trunk revision
[ferm.git] / test / ipv6 / mh.ferm
blob3f1d6efe28c1fdc2a1814130aa28efe852381333
1 domain ip6 chain INPUT {
2     proto mh mh-type home-test ACCEPT;
3     proto mh mh-type !binding-update DROP;
4     proto ipv6-mh mh-type (binding-acknowledgement binding-error) REJECT;