]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Add guard for pim_msg_send_frame
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 7 Dec 2016 13:18:09 +0000 (08:18 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:18 +0000 (20:26 -0500)
commit67f771b3a32deac5de2fed20da6317b9ccf2ed80
tree0c001ccabc97ba6aaf2511434018eabb76d65c42
parent07335c8d082da51619883a9b4fff6f848e3dba1b
pimd: Add guard for pim_msg_send_frame

In certain error conditions it is possible to
attempt to send packets when the socket is not ready
instead of dumping to the log a million error messages
only note the issue if we have packet debugs on.

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