]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Refactor function to use pim_ecmp_nexthop_lookup
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 7 Jul 2018 12:43:27 +0000 (08:43 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 7 Jul 2018 14:13:28 +0000 (10:13 -0400)
commit8a5134aaa65c6cca70bc41a1f03f5703d2bd06cd
tree6e6f9f6425e0a79285c3b60e9ce16b94ac68d172
parentab9ac14351f53f0072433c29d9af178ed777b503
pimd: Refactor function to use pim_ecmp_nexthop_lookup

The pim_ecmp_fib_looikup_if_vif_index does practically
the same work as pim_ecmp_nexthop_lookup, refactor to
use that function so that we do not have more code
that must parse the results from zclient_lookup_nexthop.

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