]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Stop sending Register under certain situations
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 5 Dec 2016 12:39:59 +0000 (07:39 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:18 +0000 (20:26 -0500)
commit70e7fda8a43de4368b71560a0b6cffdb6504db82
treea91d9d0277136478b68bd2d56026d80faef20c4a
parent833331fbce9f4cf4e427c77f3460d261778b7557
pimd: Stop sending Register under certain situations

When the switch in question is both a FHR and the RP
for the received multicast group stream.  When we go
to send the NULL register to the RP( ourselves )
do not send it if we have not seen packets for
that stream in time greater than PIM_KEEPALIVE_PERIOD
and I_am_RP(G).

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