summaryrefslogtreecommitdiff
path: root/zebra/main.c
diff options
context:
space:
mode:
authorStephen Worley <sworley@cumulusnetworks.com>2019-10-04 14:32:26 -0400
committerStephen Worley <sworley@cumulusnetworks.com>2019-10-25 11:13:43 -0400
commitfefa080e3c6667db48a749015b4590951ef17e10 (patch)
tree010e182cedb316c4bffce961344174ecc29d7926 /zebra/main.c
parent53ac1fbbe05665005f83a802ebe302e21dec720e (diff)
zebra: Remove cleanup and nhg workqueue boilerplate
This code was from a strategies we elected not to use and can safely be removed. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c
index e57b84c8f6..334354eaae 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -166,7 +166,6 @@ static void sigint(void)
if (zrouter.lsp_process_q)
work_queue_free_and_null(&zrouter.lsp_process_q);
- zebra_router_cleanup();
vrf_terminate();
ns_walk_func(zebra_ns_early_shutdown);