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 38c08dfac9
commit dac983e20b

View File

@ -341,6 +341,7 @@ set /files/etc/sysctl.conf/net.ipv6.conf.all.keep_addr_on_down 1
set /files/etc/sysctl.conf/net.ipv6.conf.eth0.keep_addr_on_down 1
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