From 5fe13ad93bf6f00f8c0f8d63162c9849c82852b3 Mon Sep 17 00:00:00 2001 From: Prince Sunny Date: Tue, 29 Jan 2019 09:03:23 -0800 Subject: [PATCH] Disable IPv6 ra for eth0 interface (#2493) * Disable IPv6 ra for eth0 interface --- build_debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_debian.sh b/build_debian.sh index 9b9cf32953..d7ff053581 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -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