meta-google: gbmc-bridge: Fix local routing
The NCSI routing policy breaks local routes if nodes try and access the
BMC on the gbmcbr using its public NCSI address but with their ULA.
This is notable for breaking cert rotations.
Tested: Applying these rules on a machine make it possible to access the
BMC internally again.
Change-Id: I2889d138a1db6eaa63acfb754dbda20000c9646d
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 c94be7f..dab65a9 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
@@ -13,3 +13,11 @@
RouteMetric=1056
[IPv6SendRA]
RouterLifetimeSec=0
+[RoutingPolicyRule]
+To=fdb5:481:10ce::/64
+Table=main
+Priority=500
+[RoutingPolicyRule]
+To=fe80::/64
+Table=main
+Priority=500