From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhBBO-0003qu-N5 for qemu-devel@nongnu.org; Tue, 10 Mar 2009 19:16:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhBBN-0003ph-8v for qemu-devel@nongnu.org; Tue, 10 Mar 2009 19:16:22 -0400 Received: from [199.232.76.173] (port=56947 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhBBN-0003pK-1U for qemu-devel@nongnu.org; Tue, 10 Mar 2009 19:16:21 -0400 Received: from mx20.gnu.org ([199.232.41.8]:40073) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LhBBM-0001xm-Ry for qemu-devel@nongnu.org; Tue, 10 Mar 2009 19:16:20 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LhBBK-00074R-Cs for qemu-devel@nongnu.org; Tue, 10 Mar 2009 19:16:18 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Solution for qemu mcast / ipv6? Date: Tue, 10 Mar 2009 23:16:14 +0000 References: <20090310155033.GB8323@silmor.de> <200903101611.38454.paul@codesourcery.com> <20090310203017.GC8323@silmor.de> In-Reply-To: <20090310203017.GC8323@silmor.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903102316.14749.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, chris@linuxinfotag.de > > The bug is in the the mcast socket code. You need to fix that to stop > > looping back all the packets. > > Do you mean the mcast socket code in qemu or the way IP_MULTICAST_LOOP > works in the linux kernel? I don't know. Hacking the generic vlan code is definitely the wrong solution though. Paul