Skip to content

Commit

Permalink
Disable IPv6 ra for eth0 interface (#2493)
Browse files Browse the repository at this point in the history
* Disable IPv6 ra for eth0 interface
  • Loading branch information
prsunny authored and yxieca committed Feb 2, 2019
1 parent 38c08df commit dac983e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dac983e

Please sign in to comment.