summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/networking/gbmc-bridge.bb
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-05-06 00:44:41 +0300
committerWilliam A. Kennington III <wak@google.com>2021-05-10 12:50:24 +0300
commitcd40c7e803406f66c45338291c20b3cb6076964b (patch)
tree650776ebdb425dd2361c7b65ad633d6bba686d08 /meta-google/recipes-google/networking/gbmc-bridge.bb
parent53527f3f24e5df5d0344f057cdb85dde7e596955 (diff)
downloadopenbmc-cd40c7e803406f66c45338291c20b3cb6076964b.tar.xz
meta-google: gbmc-bridge: Set default route source
This change ensures that ULA addresses don't get used as the source when trying to send packets outside the machine. Change-Id: I46413a2587634a79f0c0fc4051587e39a9fdcf50 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-google/networking/gbmc-bridge.bb')
-rw-r--r--meta-google/recipes-google/networking/gbmc-bridge.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-google/recipes-google/networking/gbmc-bridge.bb b/meta-google/recipes-google/networking/gbmc-bridge.bb
index 6c51a2806..fc7dfbfb3 100644
--- a/meta-google/recipes-google/networking/gbmc-bridge.bb
+++ b/meta-google/recipes-google/networking/gbmc-bridge.bb
@@ -18,6 +18,7 @@ SRC_URI += " \
file://gbmc-br-from-ra.sh \
file://gbmc-br-ensure-ra.sh \
file://gbmc-br-ensure-ra.service \
+ file://gbmc-br-gw-src.sh \
file://gbmc-br-nft.sh \
"
@@ -90,6 +91,7 @@ do_install() {
install -d -m0755 "$mondir"
install -m0644 ${WORKDIR}/gbmc-br-ula.sh "$mondir"/
install -m0644 ${WORKDIR}/gbmc-br-from-ra.sh "$mondir"/
+ install -m0644 ${WORKDIR}/gbmc-br-gw-src.sh "$mondir"/
install -m0644 ${WORKDIR}/gbmc-br-nft.sh "$mondir"/
install -d -m0755 ${D}${libexecdir}