[baseimage]: Disable DAD for eth0 explicitly (#1701)

This commit is contained in:
Prince Sunny 2018-05-12 01:31:17 -07:00 committed by Guohan Lu
parent 5836ec7768
commit 0dca56395d

View File

@ -300,6 +300,7 @@ set /files/etc/sysctl.conf/net.ipv6.conf.eth0.forwarding 0
set /files/etc/sysctl.conf/net.ipv6.conf.default.accept_dad 0
set /files/etc/sysctl.conf/net.ipv6.conf.all.accept_dad 0
set /files/etc/sysctl.conf/net.ipv6.conf.eth0.accept_dad 0
set /files/etc/sysctl.conf/net.ipv6.conf.eth0.accept_ra_defrtr 0