aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/VppRouteManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/VppRouteManager.hpp')
-rw-r--r--src/include/VppRouteManager.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/VppRouteManager.hpp b/src/include/VppRouteManager.hpp
index eadc3d8..9494d0f 100644
--- a/src/include/VppRouteManager.hpp
+++ b/src/include/VppRouteManager.hpp
@@ -14,7 +14,7 @@
#include <modelgbp/gbp/L3ExternalDomain.hpp>
-#include <vom/route_domain.hpp>
+#include <vom/gbp_route_domain.hpp>
#include "VppRuntime.hpp"
@@ -30,7 +30,7 @@ class RouteManager
static void
mk_ext_nets(Runtime &runtime,
- route_domain &rd,
+ gbp_route_domain &rd,
const opflex::modb::URI &uri,
std::shared_ptr<modelgbp::gbp::L3ExternalDomain> ext_dom);