summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/gbp_endpoint_cmds.hpp
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-03-14 02:22:24 -0700
committerDamjan Marion <dmarion@me.com>2019-03-14 13:05:46 +0000
commit2331e48ff981e83b46f82c661383f398c63c2bb7 (patch)
tree3253dfe16bb531880085b9994f33307869dc5be9 /extras/vom/vom/gbp_endpoint_cmds.hpp
parent6348074be4a7efd30f7f6af4c4ec940076afe2fe (diff)
GBP: Endpoint flags
Change-Id: I4d70985ad078e84ec23ce704c8b76e2ac7809419 Signed-off-by: Neale Ranns <nranns@cisco.com>
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;
};
/**