]> git.proxmox.com Git - mirror_frr.git/commit
pimd: allow pimd to handle nexthop_lookup zapi error
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 13 Dec 2019 01:14:51 +0000 (20:14 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Wed, 8 Jan 2020 17:22:30 +0000 (12:22 -0500)
commit7713e71a10e84cdf7e28f4fb44cc1f02678fc14f
tree347086a9872d4aecf06bf15524542f6debba3985
parent9ab0b2a37afc6b098e9ae444459dbb783ad0a5ff
pimd: allow pimd to handle nexthop_lookup zapi error

Allow pimd to stop the lookup if zebra tells pimd that the
lookup failed due to a zapi error. Otherwise, it will keep
waiting for a nexthop message that will never come.

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