diff options
| author | Mark Stapp <mstapp@nvidia.com> | 2021-11-18 07:32:01 -0500 |
|---|---|---|
| committer | Mark Stapp <mstapp@nvidia.com> | 2021-11-18 07:35:35 -0500 |
| commit | 695b279ae3b564b3d850a6eb70e79dccd0c6d5d3 (patch) | |
| tree | a8a8689663a4c60ff6f31cf1b7a9a6477a189e21 /zebra/zebra_router.c | |
| parent | de093103cb859b7ec2349bf158764233efd15705 (diff) | |
zebra: free LSP workqueue early, revert PR 10050
this reverts commit dd9538c5f36f9d6110, which tried to clear
the LSP workqueue late during shutdown.
Signed-off-by: Mark Stapp <mstapp@nvidia.com>
Diffstat (limited to 'zebra/zebra_router.c')
| -rw-r--r-- | zebra/zebra_router.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/zebra_router.c b/zebra/zebra_router.c index 4ce756c953..a80c573855 100644 --- a/zebra/zebra_router.c +++ b/zebra/zebra_router.c @@ -235,9 +235,6 @@ void zebra_router_terminate(void) RB_FOREACH_SAFE (zrt, zebra_router_table_head, &zrouter.tables, tmp) zebra_router_free_table(zrt); - if (zrouter.lsp_process_q) - work_queue_free_and_null(&zrouter.lsp_process_q); - work_queue_free_and_null(&zrouter.ribq); meta_queue_free(zrouter.mq); |
