]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: evpn code was not properly unlocking rd_dest 14190/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 11 Aug 2023 13:53:42 +0000 (09:53 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Sat, 12 Aug 2023 00:53:19 +0000 (00:53 +0000)
commit739f00a61c11444b5e16a71fe3a3dd3be0c48090
tree4d5c20c519db06b25a107c93c0b0864e5d7dd2d8
parent983a3853c9437f1c43105f81cd478ef0ea877c69
bgpd: evpn code was not properly unlocking rd_dest

Found some code where bgp was not unlocking the dest
and rd_dest when walking the tree attempting to
find something to install.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 1e8ac95bfb757b85d02514dd0f708974cdc22899)
bgpd/bgp_evpn.c