]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Ensure bgp_redistribute_withdraw dest is usable still
authorDonald Sharp <sharpd@nvidia.com>
Sun, 10 Sep 2023 13:47:44 +0000 (09:47 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 11 Sep 2023 16:45:59 +0000 (12:45 -0400)
commit842c5259b613ae8ca843ca99abb97923bcc39817
treebda17a4ef1e29d31bc761e3075ab372bb9e2df91
parent3abbc2340a00041c970d8a4a4b4a766b1c1ed5f1
bgpd: Ensure bgp_redistribute_withdraw dest is usable still

Same story dest is locked during table walk.  ensure coverity
understands this.

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