Disable IPv6 ra for eth0 interface (#2493)

* Disable IPv6 ra for eth0 interface
This commit is contained in:
Prince Sunny 2019-01-29 09:03:23 -08:00 committed by Ying Xie
parent 3eea909d5e
commit 8e887e2b07

View File

@ -306,6 +306,7 @@ 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
set /files/etc/sysctl.conf/net.ipv6.conf.eth0.accept_ra 0
set /files/etc/sysctl.conf/net.core.rmem_max 2097152
set /files/etc/sysctl.conf/net.core.wmem_max 2097152