Add negation to pkt-type.
[ferm.git] / test / modules / pkttype.ferm
blob8f13a6acc90e02251501b8a87048c31d8829ea27
1 table filter chain INPUT mod pkttype {
2     pkt-type unicast ACCEPT;
3     pkt-type ! unicast ACCEPT;