]> git.proxmox.com Git - mirror_frr.git/commit
zebra: fix race during shutdown
authorMark Stapp <mjs@labn.net>
Tue, 11 Apr 2023 19:58:13 +0000 (15:58 -0400)
committerMark Stapp <mjs@labn.net>
Tue, 11 Apr 2023 19:58:13 +0000 (15:58 -0400)
commitbf594c082185cba326b59271b4f54d6b5e34ffa6
treed155242c51b4b259d7fd4a6ed44369ce9d7d0e68
parente2b142325f9ce310810dea55d808cc9ec53d47cc
zebra: fix race during shutdown

During shutdown, the main pthread stops the dplane pthread
before exiting. Don't try to clean up any events scheduled
to the dplane pthread at that point - just let the thread
exit and clean up. This is the 8.5 version.

Signed-off-by: Mark Stapp <mjs@labn.net>
zebra/zebra_dplane.c