From: David Stevens Date: Thu, 30 Sep 2010 14:29:40 +0000 (+0000) Subject: ipv4: correct IGMP behavior on v3 query during v2-compatibility mode X-Git-Tag: v2.6.36-rc8~17^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b7c84066733c5dfb0e4016d939757b38de189e4;p=pandora-kernel.git ipv4: correct IGMP behavior on v3 query during v2-compatibility mode A recent patch to allow IGMPv2 responses to IGMPv3 queries bypasses length checks for valid query lengths, incorrectly resets the v2_seen timer, and does not support IGMPv1. The following patch responds with a v2 report as required by IGMPv2 while correcting the other problems introduced by the patch. Signed-Off-By: David L Stevens Signed-off-by: David S. Miller --- Reading git-diff-tree failed