]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Remove possibility of trying to send Register when no RPF
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 26 Feb 2020 14:47:28 +0000 (09:47 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 6 Mar 2020 21:34:11 +0000 (16:34 -0500)
commit7a11dc746f5bf7256069f6e2b7aa9048f02b4830
treedde989278963656219e287e1e23863767ca56c34
parent3c582f627a95c12e85fd414042db09b0fed1a418
pimd: Remove possibility of trying to send Register when no RPF

On shutdown processing we may have gotten a interface down event
which might clear the rpf interface and we might trigger a
work queue item on the vxlan_sg to send a NULL register.

Ensure that we cannot attempt to do the impossible.

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