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 21, 2019
1 parent 3eea909 commit 8e887e2
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 @@ -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
Expand Down

0 comments on commit 8e887e2

Please sign in to comment.