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 Jan 29, 2019
1 parent 39b60d2 commit 5fe13ad
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 @@ -343,6 +343,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.ipv4.tcp_l3mdev_accept 1
set /files/etc/sysctl.conf/net.ipv4.udp_l3mdev_accept 1
Expand Down

0 comments on commit 5fe13ad

Please sign in to comment.