]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Actually expedite a hello
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 29 Nov 2016 00:05:09 +0000 (19:05 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:17 +0000 (20:26 -0500)
commit86abfcb8972347a2e8a15fc38ad6d8fdda72f9f1
tree8e01c6b7e374655286575f1c7779247f839e4b2a
parent7cdb24da72694d72af12963d394a8da1e6fcaa38
pimd: Actually expedite a hello

When we get a new neighbor for an interface, we need
to send a hello out that interface in some situations.
At this time we were tracking this by the pim_ifstat_hello_sent
value but not reseting it when we received a new neighbor.

Ticket: CM-13769
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
pimd/pim_neighbor.c