ebtables: add support for -p ARP --arp-gratuitous
[ferm.git] / test / ebtables / basic.result
blob84a45d5fc579cfe5766656d2aa231c6b679a14d6
1 ebtables -t filter -P INPUT ACCEPT
2 ebtables -t filter -F
3 ebtables -t filter -X
4 ebtables -t filter -A INPUT --source 00:11:22:33:44:55 -j DROP
5 ebtables -t filter -A INPUT --protocol IPv4 --ip-source 192.168.1.1 -j DROP
6 ebtables -t filter -A INPUT --protocol ARP --arp-mac-src 00:11:22:33:44:55 -j ACCEPT
7 ebtables -t filter -A INPUT --protocol ARP --arp-gratuitous -j ACCEPT
8 ebtables -t filter -A INPUT --protocol 0x8137 -j DROP
9 ebtables -t filter -A INPUT --in-interface eth0 --logical-in br0 --out-interface eth1 --logical-out br1 -j ACCEPT
10 ebtables -t filter -A INPUT --source Multicast --destination Broadcast -j DROP