]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Dissallow query to be received from a non-connected source
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 25 Jun 2019 04:30:11 +0000 (00:30 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 25 Jun 2019 04:39:04 +0000 (00:39 -0400)
commitff4516227cc48b3175106a419f43b8fc9eee3710
tree1fd19e40d817f34fe2b81545491b45a40d98aef3
parent26c08ade24d7dc7a80dccbf70efa5619514b5576
pimd: Dissallow query to be received from a non-connected source

When we receive an igmp query on a interface, ensure that the
source address of the packet is connected to the incoming
interface.  This will prevent a meanie from crafting a igmp
packet with a source address less than ours and causing
us to suspend query activities.

Fixes: #1692
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_igmp.c