]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Fix join in register to use correct nexthop
authorDonald Sharp <sharpd@cumulusnetwroks.com>
Fri, 22 Jul 2016 14:19:32 +0000 (10:19 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:02 +0000 (20:26 -0500)
commitf6a1dc2ca74705ccf9fc68784ab4a1b39835cf9c
treec5e88cb0de991d610743d6ab5e0e09cb14841efe
parent9fd309db2d88eeba9d2828fb5fe47516f51cbec1
pimd: Fix join in register to use correct nexthop

pim was sending the join from the RP towards the FHR with
a address that was the source instead of the nexthop.  This join
was treated as a non-local and nothing was done with it.

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