set arp_notify=1 on all interfaces by default

This commit is contained in:
Jeremy Hanmer 2015-04-06 12:52:49 -07:00
parent c1f18781b4
commit 222c924d6a
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ net.ipv6.conf.eth0.accept_dad=0
net.ipv6.conf.eth1.accept_dad=1
net.ipv6.conf.eth2.accept_dad=0
net.ipv4.conf.all.arp_announce=2
net.ipv4.conf.default.arp_notify=1
net.ipv4.conf.all.arp_notify=1
EOF
echo "[*] Disable fsck on boot"