aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/gbp_endpoint_group.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_endpoint_group.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_endpoint_group.hpp')
-rw-r--r--extras/vom/vom/gbp_endpoint_group.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/vom/vom/gbp_endpoint_group.hpp b/extras/vom/vom/gbp_endpoint_group.hpp
index ed0d8d93cde..49578007361 100644
--- a/extras/vom/vom/gbp_endpoint_group.hpp
+++ b/extras/vom/vom/gbp_endpoint_group.hpp
@@ -102,8 +102,8 @@ public:
*/
epg_id_t id() const;
- const std::shared_ptr<gbp_route_domain> get_route_domain();
- const std::shared_ptr<gbp_bridge_domain> get_bridge_domain();
+ const std::shared_ptr<gbp_route_domain> get_route_domain() const;
+ const std::shared_ptr<gbp_bridge_domain> get_bridge_domain() const;
private:
/**