]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Unlock the route node when sending route notifications 13694/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 31 May 2023 15:40:07 +0000 (11:40 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 6 Jun 2023 05:53:21 +0000 (05:53 +0000)
commit9fd2155e60e8bb550823ed4823cc5ea19c0dc905
tree877c833f6b92a2515ddc9f66d1b2fa1eb15bf082
parent298fe55a043a2ba978a10dcb4b9df214c72ccbca
zebra: Unlock the route node when sending route notifications

When using a context to send route notifications to upper
level protocols, the code was using a locking function to
get the route node.  There is no need for this to be locked
as such FRR should free it up.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 82c6e4fea54eb65e153e6bc45bb718367b0b5132)
zebra/rib.h
zebra/zapi_msg.c