[baseimage]: Disable DAD for eth0 explicitly (#1701)
This commit is contained in:
parent
5836ec7768
commit
0dca56395d
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user