summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/gbp_route_domain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/gbp_route_domain.hpp')
-rw-r--r--extras/vom/vom/gbp_route_domain.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/vom/vom/gbp_route_domain.hpp b/extras/vom/vom/gbp_route_domain.hpp
index 432f0b31afe..3d877d47e57 100644
--- a/extras/vom/vom/gbp_route_domain.hpp
+++ b/extras/vom/vom/gbp_route_domain.hpp
@@ -96,7 +96,12 @@ public:
*/
std::string to_string() const;
+ /**
+ * Accessors for children
+ */
const std::shared_ptr<route_domain> get_route_domain() const;
+ const std::shared_ptr<interface> get_ip4_uu_fwd() const;
+ const std::shared_ptr<interface> get_ip6_uu_fwd() const;
private:
/**