From: David L Stevens Date: Thu, 15 Sep 2005 04:10:20 +0000 (-0700) Subject: [IPV6]: Fix per-socket multicast filtering in sk_reuse case X-Git-Tag: v2.6.14-rc2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40796c5e8f2a93008e9034b3110a7e7b1fa0fba0;p=pandora-kernel.git [IPV6]: Fix per-socket multicast filtering in sk_reuse case per-socket multicast filters were not being applied to all sockets in the case of an exact-match bound address, due to an over-exuberant "return" in the look-up code. Fix below. IPv4 does not have this problem. Thanks to Hoerdt Mickael for reporting the bug. Signed-off-by: David L Stevens Signed-off-by: David S. Miller --- Reading git-diff-tree failed