From bf4e27c3408955c214000108001e92c308c1861f Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 28 Aug 2023 13:05:57 -0700 Subject: meta-google: gbmc-bridge: Deprecate hardcoded addresses These addresses should not be used by default for traffic on the interface, as we may have multiple BMCs using the same hardcoded address WRT legacy applications. We want multiple BMCs of the same type to be able to coexist if they have unique addresses and right now they are not correctly preferring these addresses. Change-Id: I0d02cbf63b54f2464ae889ea773e032da0e9b650 Signed-off-by: William A. Kennington III --- .../recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.network.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.network.in') 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 feaebda02f..d77557e8e3 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 @@ -1,13 +1,13 @@ [Match] Name=gbmcbr [Network] -@ADDR@ DHCP=false IPv6AcceptRA=true LLMNR=true MulticastDNS=true LinkLocalAddressing=ipv6 IPv6PrefixDelegation=yes +@ADDR@ [IPv6AcceptRA] DHCPv6Client=false RouteMetric=1056 -- cgit v1.2.3