]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_neighbor.c
pimd: Reset neighbor hold time when we receive packet
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 7 Dec 2016 16:01:57 +0000 (11:01 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:18 +0000 (20:26 -0500)
commit5a515ebed0af700d8ec6020961559270d6a37e8c
tree1c99fd04e75c51811e5b91191cb66226c350a87e
parenta85d8802932986e35d2585d99b51e5a9c447b0e6
pimd: Reset neighbor hold time when we receive packet

When we receive a packet from a neighbor, reset the
hold time as that we *know* that they are still
alive.

During heavy packet load, we were seeing cases
where neighbors were being reset because we
were timing out due to not processing the hello
packet in time.

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