summaryrefslogtreecommitdiff
path: root/pbrd/pbr_vrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbrd/pbr_vrf.c')
-rw-r--r--pbrd/pbr_vrf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pbrd/pbr_vrf.c b/pbrd/pbr_vrf.c
index d5a2bd0fef..389e5e8be0 100644
--- a/pbrd/pbr_vrf.c
+++ b/pbrd/pbr_vrf.c
@@ -25,6 +25,7 @@
#include "pbr_memory.h"
#include "pbr_map.h"
#include "pbr_debug.h"
+#include "pbr_nht.h"
DEFINE_MTYPE_STATIC(PBRD, PBR_MAP_VRF, "PBR Map VRF")
@@ -59,6 +60,7 @@ static int pbr_vrf_enable(struct vrf *vrf)
{
DEBUGD(&pbr_dbg_event, "%s: %u (%s)", __func__, vrf->vrf_id, vrf->name);
+ pbr_nht_vrf_update(vrf->info);
pbr_map_vrf_update(vrf->info);
return 0;