detect double negation
[ferm.git] / test / ebtables / targets.result
blob0156071eccfc639326e2010d0be4b0a8f26fe10b
1 ebtables -t filter -P INPUT ACCEPT
2 ebtables -t filter -F
3 ebtables -t filter -X
4 ebtables -t filter -A INPUT --logical-in br0 -j arpreply --arpreply-mac 00:00:de:ad:be:ef --arpreply-target DROP
5 ebtables -t filter -A INPUT --logical-in br1 -j dnat --to-destination 00:00:de:ad:be:ef --dnat-target DROP
6 ebtables -t filter -A INPUT --logical-in br2 -j mark --set-mark 1 --mark-target DROP
7 ebtables -t filter -A INPUT --logical-in br3 -j redirect --redirect-target DROP
8 ebtables -t filter -A INPUT --logical-in br4 -j snat --to-source 00:00:de:ad:be:ef --snat-target DROP