]> git.proxmox.com Git - mirror_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:33:58 +0000 (00:33 -0400)
commit26095684f4dcc5fd235d2f852df8983b7095fcc0
tree35271adc2438ecd9cf311f311713b1e2e8790adc
parent33abf43a3aadee243f704b7e8911b8e469c00338
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