Add negation to pkt-type.
[ferm.git] / test / modules / pkttype.result
blob27553989abeec00cf3453bc3c5de0999a277af22
1 iptables -t filter -A INPUT -m pkttype --pkt-type unicast -j ACCEPT
2 iptables -t filter -A INPUT -m pkttype ! --pkt-type unicast -j ACCEPT