]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_register.c
pimd: Add a check for needing spt bit in register_recv
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 16 Jun 2017 19:23:49 +0000 (15:23 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:40 +0000 (13:51 -0400)
commitcc61055f0ed2cb8521dd685b3456b503ef297190
tree271f644b2f1e1645b2ba35ec3d877dc8db4f3c15
parent8975cc559b14c2e1ddc66df4693b1d945147d3f8
pimd: Add a check for needing spt bit in register_recv

When we receive a register message for an existing S,G
and the SPT bit is not set, then do a quick check against
the S,G to see if we have counters updated.  This is added
because the existing S,G wheel_timer only updates every
31 seconds and it is possible for a Null Register to
have come in before that first 30 second timer pops.

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