]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_zlookup.c
pimd: lookup nh using vrf_id we checked before
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 16 Dec 2019 22:40:41 +0000 (17:40 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Wed, 8 Jan 2020 17:22:30 +0000 (12:22 -0500)
commitb83e35c7643814e70b293c9f8bba4cedf9a4b1c0
tree7fa11c3ba6701587f226d80cd26b8dca4d60d2dc
parent7713e71a10e84cdf7e28f4fb44cc1f02678fc14f
pimd: lookup nh using vrf_id we checked before

Update zclient_lookup_nexthop_once() to create the zapi
header using the vrf_id on the pim->vrf struct.

This is the one we do a check on a couple lines before, so
we should be using it when we actually create the header as
well.

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