]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: during shutdown, don't process LSPs on the lsp workqueue
authorMark Stapp <mstapp@nvidia.com>
Thu, 18 Nov 2021 12:21:34 +0000 (07:21 -0500)
committerMark Stapp <mstapp@nvidia.com>
Thu, 18 Nov 2021 12:35:35 +0000 (07:35 -0500)
commitb0d10d93e2ab72b3664fc1e4e1b3a622bb164455
treeb6026b7725be82680c5067a9be86c9bfcede012f
parent695b279ae3b564b3d850a6eb70e79dccd0c6d5d3
zebra: during shutdown, don't process LSPs on the lsp workqueue

During zebra shutdown, we clear out the LSP workqueue. The LSPs
will be uninstalled and freed during the shutdown process, so
just ignore any LSPs that happen to be on the workqueue.

Signed-off-by: Mark Stapp <mstapp@nvidia.com>
zebra/zebra_mpls.c