[baseimage]: Disable DAD for eth0 explicitly (#1701)
This commit is contained in:
parent
2d37aa8a7d
commit
5e64310a56
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user