]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: fix null register before aging out reg-stop
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 17 Apr 2023 09:47:08 +0000 (11:47 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 9 May 2024 13:53:33 +0000 (13:53 +0000)
commit7851261050f136645f006b4897b01c470e1f78b8
tree7b86c4dbde46713945ddd1acc421d71061a32565
parentdbe0c33b4e7175882e2efa4729dda87034e8bff0
pimd: fix null register before aging out reg-stop

It looks like the code was trying to do this with the null_register
parameter on pim_upstream_start_register_stop_timer(), but that didn't
quite work right.  Restructure a bit to get it right.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit dce38da8061a7ac62c690dbb8a89cae7f9a758d6)
pimd/pim_register.c
pimd/pim_upstream.c
pimd/pim_upstream.h