summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/gbp_endpoint_cmds.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/gbp_endpoint_cmds.hpp')
-rw-r--r--extras/vom/vom/gbp_endpoint_cmds.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/extras/vom/vom/gbp_endpoint_cmds.hpp b/extras/vom/vom/gbp_endpoint_cmds.hpp
index 2aa56f8312e..4b9036aca00 100644
--- a/extras/vom/vom/gbp_endpoint_cmds.hpp
+++ b/extras/vom/vom/gbp_endpoint_cmds.hpp
@@ -37,7 +37,8 @@ public:
const handle_t& itf,
const std::vector<boost::asio::ip::address>& ip_addrs,
const mac_address_t& mac,
- sclass_t sclass);
+ sclass_t sclass,
+ const gbp_endpoint::flags_t& flags);
/**
* Issue the command to VPP/HW
@@ -61,6 +62,7 @@ private:
const std::vector<boost::asio::ip::address> m_ip_addrs;
const mac_address_t m_mac;
const sclass_t m_sclass;
+ const gbp_endpoint::flags_t m_flags;
};
/**