]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Limit lookup of neighbor since we know we have one
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 1 Apr 2019 16:31:28 +0000 (12:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 2 Apr 2019 12:20:02 +0000 (08:20 -0400)
commitc9cd7fbc3f4e0c7722897db71220ae997de1975f
tree12df5a07b3bcc7f9ec2d3b668314d995a0d18250
parent377e4f99bbbd3d38ddd1429fb5aaef4322283ffd
pimd: Limit lookup of neighbor since we know we have one

When a new pim neighbor comes up, we need to go through and
mark nexthops that we have received from zebra for reachability
tracking so we can refigure stuff.  If we pass in the new neighbor
we can limit the search to those nexthops out the interface that
the new neighbor has come up.

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