commit | cb56ec3c3ff5060719ab9b28c4a8e52bfe9c336c | [log] [tgz] |
---|---|---|
author | Yuxiao Zhang <yuxiaozhang@google.com> | Fri May 12 10:55:26 2023 -0700 |
committer | Yuxiao Zhang <yuxiaozhang@google.com> | Tue May 23 22:12:59 2023 +0000 |
tree | b3529e181960dc6df63a02b6f38f5d60f63b7688 | |
parent | ee5dd4aec18d222f499569ab464549d7cc674d86 [diff] [blame] |
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