commit | 21514827d8fcb5c3a6edcf302dee483670eb3dfe | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sun Oct 24 00:04:56 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Oct 25 22:14:10 2021 +0000 |
tree | d807e8ba854d676aeed62dee06387994584121c7 | |
parent | 4e8877ee07abf78cbe6c2e3ffa5180ff9256dd77 [diff] [blame] |
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>
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 c6097bb..afea5cc 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 @@ LLMNR=true MulticastDNS=true LinkLocalAddressing=ipv6 +[IPv6AcceptRA] +DHCPv6Client=false