]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Prevent Lockup when waiting for response from zebra
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 15 Jun 2017 00:02:38 +0000 (20:02 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:40 +0000 (13:51 -0400)
commit3af2452c048042f337a52ddb588df01569e4cf52
tree576c65958f49786c971668a21f22c19541769bfb
parent449a3f5b10eca91786482d2a5d063cd4a69de84d
pimd: Prevent Lockup when waiting for response from zebra

When we have vrf config that we have not fully setup yet,
(ie zebra knows nothing about it yet), when attempting to
do a nexthop_lookup, zebra will just drop the request
if it doesn't know about the vrf.

In this case, we need to safely not ask for the information

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_zlookup.c