]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Only check nexthop status on route install/update
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 28 Aug 2019 18:40:16 +0000 (14:40 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:43 +0000 (11:13 -0400)
commit08c51a385dbe501a48536cae74fa3274e08f753c
tree63c6361612702af6c2d93fdf8b3f801ab1c6d8ff
parent61d9ffe168b4890bb1a91dc2907e00d3c5cd38f2
zebra: Only check nexthop status on route install/update

We do not need to check that the nexthop is installed or queued
when sending a route deletion since we only need to the prefix for it.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/zebra_dplane.c