From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 1/2] bridge: Fix MLD queries' ethernet source address Date: Tue, 22 Feb 2011 10:08:17 -0800 (PST) Message-ID: <20110222.100817.104065329.davem@davemloft.net> References: <20110215154128.2a28632c@nehalam> <1297966672-3457-2-git-send-email-linus.luessing@web.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: shemminger@linux-foundation.org, bridge@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, herbert@gondor.apana.org.au, yoshfuji@linux-ipv6.org To: linus.luessing@web.de Return-path: In-Reply-To: <1297966672-3457-2-git-send-email-linus.luessing@web.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org =46rom: Linus L=FCssing Date: Thu, 17 Feb 2011 19:17:51 +0100 > Map the IPv6 header's destination multicast address to an ethernet > source address instead of the MLD queries multicast address. >=20 > For instance for a general MLD query (multicast address in the MLD qu= ery > set to ::), this would wrongly be mapped to 33:33:00:00:00:00, althou= gh > an MLD queries destination MAC should always be 33:33:00:00:00:01 whi= ch > matches the IPv6 header's multicast destination ff02::1. >=20 > Signed-off-by: Linus L=FCssing Applied.