]> git.puffer.fish Git - mirror/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:54:47 +0000 (13:54 +0000)
commitac8616aab72239590a82dbf5745847779be53559
tree55f089ff14c38def7182768238a7b17dbec2b75f
parent37d5dc445d37df94e6a92495658ce9fffaaa3b76
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