]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Only use paths that we have nbrs on
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 15 Sep 2016 00:51:28 +0000 (20:51 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:09 +0000 (20:26 -0500)
commitd8ba2f4a309507867a678f524934d8279bdab319
treed6d93b30d931875f3d07b41c5050344eb3062c2d
parent6971955465caf063b451146fe76eeadce101a88a
pimd: Only use paths that we have nbrs on

When looking up nexthops for a path, we
should only allow nexthops that we
actually have neighbors formed for.  Otherwise
when we send join/prune messages they will
do nothing.

Ticket:CM-12754
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_zlookup.c