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

This commit is contained in:
Prince Sunny 2018-05-12 01:31:17 -07:00 committed by lguohan
parent 2d37aa8a7d
commit 5e64310a56

View File

@ -301,6 +301,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