]> git.proxmox.com Git - mirror_frr.git/commitdiff
zebra: Unlock the route node when sending route notifications
authorDonald Sharp <sharpd@nvidia.com>
Wed, 31 May 2023 15:40:07 +0000 (11:40 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 1 Jun 2023 11:35:12 +0000 (07:35 -0400)
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>

No differences found