Change all.accept_dad=0 to default.accept_dad=0

This commit is contained in:
Jordan Tardif 2014-10-13 16:43:28 -04:00
parent 8b45f44def
commit 30704a6512
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ echo "[*] Add some stuff to sysctl.conf"
cat > /etc/sysctl.conf <<EOF
net.ipv4.ip_forward=1
net.ipv6.conf.all.forwarding=1
net.ipv6.conf.all.accept_dad=0
net.ipv6.conf.default.accept_dad=0
net.ipv6.conf.eth1.accept_dad=1
net.ipv4.conf.all.arp_announce=2
EOF