Set accept_dad to explicity 0 on eth0/eth2

This commit is contained in:
Jordan Tardif 2014-10-13 16:59:27 -04:00
parent 30704a6512
commit b2ec0c986a
1 changed files with 2 additions and 0 deletions

View File

@ -140,7 +140,9 @@ cat > /etc/sysctl.conf <<EOF
net.ipv4.ip_forward=1
net.ipv6.conf.all.forwarding=1
net.ipv6.conf.default.accept_dad=0
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
EOF