]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Unlock the route node when sending route notifications 13695/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)
commit9e995236a343e390b526512e77aa20d8e25021a6
tree13de0419e02a3240be40754f43297248f0d33477
parent2a4b1a2b1fad9cc0af8c44db5c2d088dbe271b9d
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