]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Make code consistent in regards to lookup
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 7 Jul 2018 14:04:30 +0000 (10:04 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 7 Jul 2018 14:15:02 +0000 (10:15 -0400)
commit53bc94b07093de10f836bc11656446035ed17410
treeb3e63e219e6d1f2e858c93a2e9cec6d99938a18f
parentb938537bdb0d165ec3e2373f0516b54b96c1c17e
pimd: Make code consistent in regards to lookup

In places where we do a pim_ecmp_nexthop_search, also
use pim_ecmp_nexthop_lookup instead of the single path
case of pim_nexthop_lookup.

This is in preparation of more serious surgery to fix
the weird api of pim_find_or_track_nexthop.

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