]> 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:57:09 +0000 (00:57 -0400)
commitef8604afd91c5433307e84677a13595707ded36e
tree9d07a1b1ad30767f962a8bbf7d5d3125aa66a433
parent3f587c1180fe3371417eabe87ec3d6808c4e306d
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