loop init
[ferm.git] / test / arptables / mangle.result
blobf0e0a614d02bce42c484641e15c3bbb7408ed484
1 arptables -t filter -P INPUT ACCEPT
2 arptables -t filter -F
3 arptables -t filter -X
4 arptables -t filter -A INPUT --mangle-ip-s 192.168.2.1 --mangle-ip-d 192.168.1.1 -j ACCEPT
5 arptables -t filter -A INPUT --mangle-mac-s 00:00:de:ad:be:ef --mangle-mac-d f0:00:00:00:00:00 -j ACCEPT
6 arptables -t filter -A INPUT --mangle-target DROP -j ACCEPT