]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: On shutdown, unlock table when clearing the bgp metaQ
authorDonald Sharp <sharpd@nvidia.com>
Fri, 28 Mar 2025 18:58:01 +0000 (14:58 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 30 Mar 2025 18:02:16 +0000 (14:02 -0400)
commitc9d431d4db48b78350d132eeea1abf839c5a3c31
tree0cfbbc0e078512b7739a0d938fa330cac4daa563
parent06480c0c81471d4e00aee669f78e426a083cb759
bgpd: On shutdown, unlock table when clearing the bgp metaQ

There are some tables not being freed upon shutdown.  This
is happening because the table is being locked as dests
are being put on the metaQ.  When in shutdown it was clearing
the MetaQ it was not unlocking the table

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