]> git.puffer.fish Git - matthieu/frr.git/commit
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)
commit82c6e4fea54eb65e153e6bc45bb718367b0b5132
treecc0350a197a00e59356969162bf898ebda57751a
parent8d4eeb90268616eb712b45ae614ef287ce739b9a
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>
zebra/rib.h
zebra/zapi_msg.c