]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Fix crash when igmp message comes in on non-configured interface
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 27 Oct 2016 00:26:16 +0000 (20:26 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:12 +0000 (20:26 -0500)
commit3506072736df584a83af8d598e29f1aacf7ab1f9
treee2e7aa50a47b8e8441804a4462c6079cf9b7f1bf
parent7c4002dd3ecb0bd4afc0d5ae5b8f7f3e5d046731
pimd: Fix crash when igmp message comes in on non-configured interface

When we receive a igmp message through the kernel upcall, make
sure that we are configured to work on that interface via pim/igmp
before attempting to use that interface.

Ticket: CM-13338
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_mroute.c