]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Do not send register stop in some cases
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 21 Sep 2016 20:16:43 +0000 (16:16 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:10 +0000 (20:26 -0500)
commit7ef660465814ed12df05457ab8b8ae6b63fd2dc2
tree87e19ea7f4fe24eff265996660cc09ba6fdec0c6
parent4a40c37aa4d4a4480e992bfa5b3e9234abc90c61
pimd: Do not send register stop in some cases

When we are disabling pim, there exists some
race conditions where we are attempting
to send a register stop out a interface that
is not setup for pim yet.

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