X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_bridge_domain_cmds.hpp;h=6dbe6dcdfed9869538f85749e1112e1715e56ab7;hb=7c0eb56f4;hp=e7c501fc598b18fb36ead4d87b4622c26b46a5b8;hpb=93cc3ee3b3a9c9224a1446625882205f3282a949;p=vpp.git diff --git a/extras/vom/vom/gbp_bridge_domain_cmds.hpp b/extras/vom/vom/gbp_bridge_domain_cmds.hpp index e7c501fc598..6dbe6dcdfed 100644 --- a/extras/vom/vom/gbp_bridge_domain_cmds.hpp +++ b/extras/vom/vom/gbp_bridge_domain_cmds.hpp @@ -35,8 +35,11 @@ public: * Constructor */ create_cmd(HW::item& item, + u32 rd_id, const handle_t bvi, - const handle_t uu_fwd); + const handle_t uu_fwd, + const handle_t bm_flood, + const gbp_bridge_domain::flags_t& flags); /** * Issue the command to VPP/HW @@ -53,8 +56,11 @@ public: bool operator==(const create_cmd& i) const; private: + u32 m_rd_id; const handle_t m_bvi; const handle_t m_uu_fwd; + const handle_t m_bm_flood; + const gbp_bridge_domain::flags_t& m_flags; }; /**