diff options
author | Donald Sharp <sharpd@nvidia.com> | 2023-11-20 19:57:59 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2023-11-21 18:41:18 +0100 |
commit | a7628b1b2d88282d981991b7afb16e7e290602d5 (patch) | |
tree | c9596960dcd84bdfa6b4bb1bc745c8dec5da6a0d /zebra/zebra_router.c | |
parent | zebra: Unregister mpls hooks on zebra shutdown (diff) | |
download | frr-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.c | 1 |
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(); } |