]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Stop looking when we find a matching nexthop
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 11 Jul 2017 17:39:08 +0000 (13:39 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:52:57 +0000 (13:52 -0400)
commit1b5f8a1a21fb271c5d9c9faa9ca8749fb9038f6f
tree7bd44ed8bddd6b71d49ed66574aea55fee4816df
parentaabb9a2f07bbcd1b3325e892ac6d204d123c654a
pimd: Stop looking when we find a matching nexthop

When we receive a new ecmp path and the old nexthop is still
valid.  There existed some cases where we would continue looking
for a nexthop( and thus loose the fact that we had found it )
after found.

Ticket: CM-16983
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
pimd/pim_nht.c