summaryrefslogtreecommitdiff
path: root/zebra/zebra_vrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_vrf.c')
-rw-r--r--zebra/zebra_vrf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_vrf.c b/zebra/zebra_vrf.c
index 889c57e6ff..06d87a468e 100644
--- a/zebra/zebra_vrf.c
+++ b/zebra/zebra_vrf.c
@@ -202,6 +202,7 @@ zebra_vrf_delete (struct vrf *vrf)
}
zebra_mpls_close_tables (zvrf);
+ zebra_pw_exit (zvrf);
for (ALL_LIST_ELEMENTS_RO (vrf->iflist, node, ifp))
if_nbr_ipv6ll_to_ipv4ll_neigh_del_all (ifp);
@@ -379,6 +380,7 @@ zebra_vrf_alloc (void)
}
zebra_mpls_init_tables (zvrf);
+ zebra_pw_init (zvrf);
return zvrf;
}