summaryrefslogtreecommitdiff
path: root/interface-templates/ip/enable-arp-ignore/node.def
blob: bd6aee523814bd93b0cf0ae1efac39f639cfa2c8 (plain)
1
2
3
help: Enable arp-ignore on this interface
create:expression: "sudo sh -c \"echo 1 > /proc/sys/net/ipv4/conf/$IFNAME/arp_ignore\" "
delete:expression: "sudo sh -c \"echo 0 > /proc/sys/net/ipv4/conf/$IFNAME/arp_ignore\" "