VOM: child accessors on GBP route domain
[vpp.git] / extras / vom / vom / gbp_route_domain.hpp
index 432f0b3..3d877d4 100644 (file)
@@ -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:
   /**