]> git.puffer.fish Git - mirror/frr.git/commit
pimd, zebra: Pass the ifindex for NEXTHOP_TYPE_IPV4
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 14 Sep 2016 23:17:54 +0000 (19:17 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:09 +0000 (20:26 -0500)
commitd4a2bc11adc87fb6dc7d460080d65fde017a964f
tree74b93ad1e22dd90edb8de1ea9bb0dcea672e9e8f
parent7b2c4d167e1b6ac3e8391f2492cfadc756126542
pimd, zebra: Pass the ifindex for NEXTHOP_TYPE_IPV4

NEXTHOP_TYPE_IPV4 has the ifindex of the route.  Pass it
along so the other side can use it if it is needed.

This will make pim much happier in that we will need to do less
recursive lookups.

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