summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/gbp_endpoint_group.cpp
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.cpp
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.cpp')
-rw-r--r--extras/vom/vom/gbp_endpoint_group.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/vom/vom/gbp_endpoint_group.cpp b/extras/vom/vom/gbp_endpoint_group.cpp
index 5f09ed1ffc3..e63b09f7c1b 100644
--- a/extras/vom/vom/gbp_endpoint_group.cpp
+++ b/extras/vom/vom/gbp_endpoint_group.cpp
@@ -146,13 +146,13 @@ gbp_endpoint_group::dump(std::ostream& os)
}
const std::shared_ptr<gbp_route_domain>
-gbp_endpoint_group::get_route_domain()
+gbp_endpoint_group::get_route_domain() const
{
return m_rd;
}
const std::shared_ptr<gbp_bridge_domain>
-gbp_endpoint_group::get_bridge_domain()
+gbp_endpoint_group::get_bridge_domain() const
{
return m_bd;
}