]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: evpn code was not properly unlocking rd_dest
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:41 +0000 (00:53 +0000)
commit7b7c5e5e3defcffa6c5e8dafa2657d0bca2adfcc
tree91d551643e1974fd6c96ed62c334b9de2ba1c849
parent11d0164a0e4e92ef52e9219cf7d8d3b19331a0d2
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