summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/gbp_route_domain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/gbp_route_domain.cpp')
-rw-r--r--extras/vom/vom/gbp_route_domain.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/extras/vom/vom/gbp_route_domain.cpp b/extras/vom/vom/gbp_route_domain.cpp
index b2ddaaeaa9c..8f0eae3b3aa 100644
--- a/extras/vom/vom/gbp_route_domain.cpp
+++ b/extras/vom/vom/gbp_route_domain.cpp
@@ -89,6 +89,18 @@ gbp_route_domain::get_route_domain() const
return m_rd;
}
+const std::shared_ptr<interface>
+gbp_route_domain::get_ip4_uu_fwd() const
+{
+ return m_ip4_uu_fwd;
+}
+
+const std::shared_ptr<interface>
+gbp_route_domain::get_ip6_uu_fwd() const
+{
+ return m_ip6_uu_fwd;
+}
+
bool
gbp_route_domain::operator==(const gbp_route_domain& b) const
{