diff options
Diffstat (limited to 'zebra/zebra_router.c')
| -rw-r--r-- | zebra/zebra_router.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_router.c b/zebra/zebra_router.c index 92d519bad1..9fccda9e08 100644 --- a/zebra/zebra_router.c +++ b/zebra/zebra_router.c @@ -29,6 +29,7 @@ #include "zebra_vxlan.h" #include "zebra_mlag.h" #include "zebra_nhg.h" +#include "zebra_neigh.h" #include "debug.h" #include "zebra_script.h" @@ -242,6 +243,7 @@ void zebra_router_terminate(void) zebra_vxlan_disable(); zebra_mlag_terminate(); + zebra_neigh_terminate(); /* Free NHE in ID table only since it has unhashable entries as well */ hash_clean(zrouter.nhgs_id, zebra_nhg_hash_free); @@ -282,6 +284,7 @@ void zebra_router_init(bool asic_offload, bool notify_on_ack) zebra_vxlan_init(); zebra_mlag_init(); + zebra_neigh_init(); zrouter.rules_hash = hash_create_size(8, zebra_pbr_rules_hash_key, zebra_pbr_rules_hash_equal, |
