allow policy QUEUE and RETURN
[ferm.git] / test / arptables / basic.ferm
blob36526319c7f43a295bb5099312e6d0a9fae0ff64
1 domain arp chain INPUT {
2     source-ip 192.168.1.1 DROP;
3     source-mac 00:00:de:ad:be:ef ACCEPT;
4     destination-mac f0:00:00:00:00:00 DROP;
5     h-length 1234 opcode 1 h-type 1 proto-type 0x800 ACCEPT;