From c1a3cc2c804b6d323a20b2652c91cbaacb26d589 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 12 May 2021 13:32:38 -0700 Subject: meta-google: gbmc-ncsi-config: Add unreachable bridge route We don't want traffic being routed back out of the BMC when it is destined for the BMC network. It's nice that unrecognized routes return an obvious unreachable error to the end user. Change-Id: If261faf7b8f2416ee9a802f85db17ed62946625d Signed-off-by: William A. Kennington III --- meta-google/recipes-google/ncsi/files/gbmc-ncsi-br-pub-addr.sh.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-google') diff --git a/meta-google/recipes-google/ncsi/files/gbmc-ncsi-br-pub-addr.sh.in b/meta-google/recipes-google/ncsi/files/gbmc-ncsi-br-pub-addr.sh.in index 949f04f458..961da50959 100644 --- a/meta-google/recipes-google/ncsi/files/gbmc-ncsi-br-pub-addr.sh.in +++ b/meta-google/recipes-google/ncsi/files/gbmc-ncsi-br-pub-addr.sh.in @@ -55,6 +55,10 @@ ValidLifetimeSec=60 [IPv6RoutePrefix] Route=$ncsi_pfx/80 LifetimeSec=60 +[Route] +Destination=$stateless_pfx/72 +Type=unreachable +Metric=1024 EOF contents+="$here"$'\n' fi -- cgit v1.2.3