X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_route_domain_cmds.hpp;h=6ef9fcd3ce927de50c03b0cc116ab5d843272234;hb=160c923f9;hp=249ba901329b451a5973e32c54888c410bbf6d4f;hpb=5770c916c0cf110ced690ff128b065bbb2c827ca;p=vpp.git diff --git a/extras/vom/vom/gbp_route_domain_cmds.hpp b/extras/vom/vom/gbp_route_domain_cmds.hpp index 249ba901329..6ef9fcd3ce9 100644 --- a/extras/vom/vom/gbp_route_domain_cmds.hpp +++ b/extras/vom/vom/gbp_route_domain_cmds.hpp @@ -35,6 +35,7 @@ public: * Constructor */ create_cmd(HW::item& item, + scope_t scope, const handle_t ip4_uu_fwd, const handle_t ip6_uu_fwd); @@ -53,6 +54,7 @@ public: bool operator==(const create_cmd& i) const; private: + const scope_t m_scope; const handle_t m_ip4_uu_fwd; const handle_t m_ip6_uu_fwd; };