aboutsummaryrefslogtreecommitdiffstats
path: root/src/VppRouteManager.cpp
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-06-28 08:38:33 -0700
committerNeale Ranns <nranns@cisco.com>2019-07-01 05:26:46 -0700
commit641faf52e04ab3193dd0638aa5c8855550dfb38c (patch)
treee8cbbec93515dca87211d937f5e246840a1b3703 /src/VppRouteManager.cpp
parentcfe7e09fa2fb7348afd188f103c14920ce2e73c6 (diff)
VRF scoped contracts
Change-Id: I99fcb9d4425de9b6dbc4987b14162afcae60ac6d Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/VppRouteManager.cpp')
-rw-r--r--src/VppRouteManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VppRouteManager.cpp b/src/VppRouteManager.cpp
index ad9c5ed..8f88c72 100644
--- a/src/VppRouteManager.cpp
+++ b/src/VppRouteManager.cpp
@@ -99,7 +99,7 @@ get_rd_subnets(opflexagent::Agent &agent, const opflex::modb::URI &uri)
void
RouteManager::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)
{
@@ -233,7 +233,7 @@ RouteManager::handle_domain_update(const opflex::modb::URI &uri)
for (std::shared_ptr<modelgbp::gbp::L3ExternalDomain> ext_dom : extDoms)
{
- mk_ext_nets(m_runtime, rd, uri, ext_dom);
+ mk_ext_nets(m_runtime, *v_grd, uri, ext_dom);
}
}