summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_router.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-11-20 19:57:59 +0100
committerDonald Sharp <sharpd@nvidia.com>2023-11-21 18:41:18 +0100
commita7628b1b2d88282d981991b7afb16e7e290602d5 (patch)
treec9596960dcd84bdfa6b4bb1bc745c8dec5da6a0d /zebra/zebra_router.c
parentzebra: Unregister mpls hooks on zebra shutdown (diff)
downloadfrr-a7628b1b2d88282d981991b7afb16e7e290602d5.tar.xz
frr-a7628b1b2d88282d981991b7afb16e7e290602d5.zip
zebra: Cleanup svd_nh_table on shutdown
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_router.c')
-rw-r--r--zebra/zebra_router.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_router.c b/zebra/zebra_router.c
index 529971609..d75f57f16 100644
--- a/zebra/zebra_router.c
+++ b/zebra/zebra_router.c
@@ -246,6 +246,7 @@ void zebra_router_terminate(void)
zebra_script_destroy();
#endif
+ zebra_vxlan_terminate();
/* OS-specific deinit */
kernel_router_terminate();
}