GBP: fixes for l3-out routing
[vpp.git] / extras / vom / vom / gbp_route_domain.hpp
index ff13d1d..3d877d4 100644 (file)
@@ -64,7 +64,7 @@ public:
   /**
    * Return the route domain's VPP ID
    */
-  uint32_t id() const;
+  route::table_id_t id() const;
 
   /**
    * comparison operator
@@ -96,7 +96,12 @@ public:
    */
   std::string to_string() const;
 
-  const std::shared_ptr<route_domain> get_route_domain();
+  /**
+   * 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:
   /**