]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: bgp_best_selection ensure dest still exists
authorDonald Sharp <sharpd@nvidia.com>
Sun, 10 Sep 2023 13:51:34 +0000 (09:51 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 11 Sep 2023 16:45:59 +0000 (12:45 -0400)
commitc955a3cbeced0539b3dbb12bb1c235b264f0d6b6
tree9c2a33d74187e95e45653c479a88709458d902a6
parentdc01a8ba034e9483ac850e53125c6417714482ab
bgpd: bgp_best_selection ensure dest still exists

When reaping the dest ensure that it still exists as that
it should be locked by the calling function.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_route.c