summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-10-24 10:04:56 +0300
committerWilliam A. Kennington III <wak@google.com>2021-10-26 01:14:10 +0300
commit21514827d8fcb5c3a6edcf302dee483670eb3dfe (patch)
treed807e8ba854d676aeed62dee06387994584121c7 /meta-google
parent4e8877ee07abf78cbe6c2e3ffa5180ff9256dd77 (diff)
downloadopenbmc-21514827d8fcb5c3a6edcf302dee483670eb3dfe.tar.xz
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 <wak@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.network.in2
1 files changed, 2 insertions, 0 deletions
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