meta-google: gbmc-bridge: install nft rules for traffic redirection

On bmc connects to multiple CNs, services may want to tell the source of
the traffic. This new package is to install the rules accordingly.

Change-Id: I5df17151cb5056386b5eafdcd4ac1ceb3f37e298
Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
diff --git a/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-br.rules b/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-br.rules
index 9d82e61..5bc58f0 100644
--- a/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-br.rules
+++ b/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-br.rules
@@ -13,6 +13,7 @@
     type filter hook input priority 0; policy drop;
     iifname != gbmcbr accept
     ct state established accept
+    jump gbmc_br_redir_input
     jump gbmc_br_int_input
     jump gbmc_br_pub_input
     reject