]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Remove check for bgp pointer 16774/head
authorDonald Sharp <sharpd@nvidia.com>
Mon, 9 Sep 2024 15:11:33 +0000 (11:11 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 11 Sep 2024 21:46:33 +0000 (17:46 -0400)
commit220b4ef63b2db82328bb3569b314353376922698
treeb3e7e1f364528d75b1d9f20265ee961ae61907f9
parent69b8857ab924049c494d76ffde4d6458efe80f14
bgpd: Remove check for bgp pointer

The check for an equivalent bgp pointer makes no sense
in the context of the workqueue as that we have a
work queue per bgp process, as such the bgp pointer
will always be the same as the pqnode.

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