summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2022-08-29 23:15:27 +0300
committerWilliam A. Kennington III <wak@google.com>2022-08-30 00:15:23 +0300
commitfbe84205074a8e245ab342d5b6a81dd45f723e21 (patch)
tree58977dc47bb37e5772afe271e9c70e6582b82bf1
parentc5efb6af461f394997976d21b9082c0d7c4549bf (diff)
downloadopenbmc-fbe84205074a8e245ab342d5b6a81dd45f723e21.tar.xz
meta-google: gbmc-ncsi-config: Increment dhcrelay address
We are blocking the old address internally to prevent large amounts of DHCP spam from old builds. Increment this so new builds are not blocked. Change-Id: Ib00e632faa9c79445a87c955ca62450379894923 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/recipes-google/ncsi/files/-bmc-gbmcncsidhcp.network3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-google/recipes-google/ncsi/files/-bmc-gbmcncsidhcp.network b/meta-google/recipes-google/ncsi/files/-bmc-gbmcncsidhcp.network
index 868d24b7e7..a080c86777 100644
--- a/meta-google/recipes-google/ncsi/files/-bmc-gbmcncsidhcp.network
+++ b/meta-google/recipes-google/ncsi/files/-bmc-gbmcncsidhcp.network
@@ -6,4 +6,5 @@ IPv6AcceptRA=false
LLMNR=false
MulticastDNS=false
LinkLocalAddressing=ipv6
-Address=fdb5:0481:10ce::1/64
+# TODO: Change address back to fdb5:0481:10ce::1/64
+Address=fdb5:0481:10ce::2/64