From: Donald Sharp Date: Wed, 31 May 2023 15:40:07 +0000 (-0400) Subject: zebra: Unlock the route node when sending route notifications X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=82c6e4fea54eb65e153e6bc45bb718367b0b5132;hp=82c6e4fea54eb65e153e6bc45bb718367b0b5132;p=mirror_frr.git 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 ---