From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOYQ4-0001e4-HJ for qemu-devel@nongnu.org; Wed, 08 Jul 2009 10:46:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOYPz-0001aC-Qb for qemu-devel@nongnu.org; Wed, 08 Jul 2009 10:46:48 -0400 Received: from [199.232.76.173] (port=53076 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOYPz-0001a3-MD for qemu-devel@nongnu.org; Wed, 08 Jul 2009 10:46:43 -0400 Received: from fwil.voltaire.com ([193.47.165.2]:50973 helo=exil.voltaire.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOYPz-0006fx-7C for qemu-devel@nongnu.org; Wed, 08 Jul 2009 10:46:43 -0400 Message-ID: <4A54B151.9030901@voltaire.com> Date: Wed, 08 Jul 2009 17:46:41 +0300 From: Or Gerlitz MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] net: add raw backend References: <20090702154354.GA27022@redhat.com> <4A535F93.7090305@Voltaire.com> <20090707144932.GA8153@redhat.com> In-Reply-To: <20090707144932.GA8153@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Herbert Xu , qemu-devel@nongnu.org Michael S. Tsirkin wrote: > On Tue, Jul 07, 2009 at 05:45:39PM +0300, Or Gerlitz wrote: > >> I am not sure why its safer, e.g bridge always set all interfaces to promisc >> > Think of what happens if someone does kill -9 on qemu This can not happen with bridge > yes, I can make the default to be promisc=0 Or.