summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/gbp_bridge_domain_cmds.hpp
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-01-10 08:00:22 -0800
committerNeale Ranns <nranns@cisco.com>2019-01-22 07:17:43 +0000
commit5e82b050a5c140e195ba960b73fdcdefd5d9f3a5 (patch)
tree8102357010b1d311003b235db8831b231f789dde /extras/vom/vom/gbp_bridge_domain_cmds.hpp
parenta0d82d68108a65ee28f7629da7eed74005b131c4 (diff)
VOM: GBP bridge domain flags
Change-Id: Ib5e4a850e127dda51318ffe82ef2622b980bc947 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'extras/vom/vom/gbp_bridge_domain_cmds.hpp')
-rw-r--r--extras/vom/vom/gbp_bridge_domain_cmds.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/extras/vom/vom/gbp_bridge_domain_cmds.hpp b/extras/vom/vom/gbp_bridge_domain_cmds.hpp
index e7c501fc598..ec6b0a443fe 100644
--- a/extras/vom/vom/gbp_bridge_domain_cmds.hpp
+++ b/extras/vom/vom/gbp_bridge_domain_cmds.hpp
@@ -36,7 +36,8 @@ public:
*/
create_cmd(HW::item<uint32_t>& item,
const handle_t bvi,
- const handle_t uu_fwd);
+ const handle_t uu_fwd,
+ const gbp_bridge_domain::flags_t& flags);
/**
* Issue the command to VPP/HW
@@ -55,6 +56,7 @@ public:
private:
const handle_t m_bvi;
const handle_t m_uu_fwd;
+ const gbp_bridge_domain::flags_t& m_flags;
};
/**