From: Linus Lüssing Date: Thu, 17 Feb 2011 08:17:51 +0000 (+0000) Subject: bridge: Fix MLD queries' ethernet source address X-Git-Tag: v2.6.38-rc7~47^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36cff5a10c6b003fa2d0464848d5664b2bf723e0;p=pandora-kernel.git bridge: Fix MLD queries' ethernet source address Map the IPv6 header's destination multicast address to an ethernet source address instead of the MLD queries multicast address. For instance for a general MLD query (multicast address in the MLD query set to ::), this would wrongly be mapped to 33:33:00:00:00:00, although an MLD queries destination MAC should always be 33:33:00:00:00:01 which matches the IPv6 header's multicast destination ff02::1. Signed-off-by: Linus Lüssing Signed-off-by: David S. Miller --- Reading git-diff-tree failed