From 21514827d8fcb5c3a6edcf302dee483670eb3dfe Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Sun, 24 Oct 2021 00:04:56 -0700 Subject: meta-google: gbmc-bridge: Don't enable DHCPv6 Just turning DHCP off via the DHCP= option is not enough. If you use IPv6AcceptRA=true you need to also disable the DHCPv6Client= in the IPv6AcceptRA section. Change-Id: I6e2e6e3f9b9395bd690f3d1a8915fac5061a0b25 Signed-off-by: William A. Kennington III --- .../recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.network.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-google') diff --git a/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.network.in b/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.network.in index c6097bbdb..afea5cca7 100644 --- a/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.network.in +++ b/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.network.in @@ -7,3 +7,5 @@ IPv6AcceptRA=true LLMNR=true MulticastDNS=true LinkLocalAddressing=ipv6 +[IPv6AcceptRA] +DHCPv6Client=false -- cgit v1.2.3