From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5iK9-0008T5-EY for qemu-devel@nongnu.org; Wed, 04 Nov 2009 11:03:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5iK4-0008Qp-37 for qemu-devel@nongnu.org; Wed, 04 Nov 2009 11:03:04 -0500 Received: from [199.232.76.173] (port=45442 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5iK3-0008Qh-V9 for qemu-devel@nongnu.org; Wed, 04 Nov 2009 11:02:59 -0500 Received: from mail-qy0-f194.google.com ([209.85.221.194]:52545) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5iK3-000804-HR for qemu-devel@nongnu.org; Wed, 04 Nov 2009 11:02:59 -0500 Received: by qyk32 with SMTP id 32so2662747qyk.4 for ; Wed, 04 Nov 2009 08:02:58 -0800 (PST) Message-ID: <4AF1A5AF.4020109@codemonkey.ws> Date: Wed, 04 Nov 2009 10:02:55 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/4] net-bridge: rootless bridge support for qemu References: <1257294485-27015-1-git-send-email-aliguori@us.ibm.com> <5F92BA13-77B1-4BAB-B009-F0D864D0C4CB@suse.de> <4AF192C7.5040709@codemonkey.ws> <4AF19785.2040800@suse.de> In-Reply-To: <4AF19785.2040800@suse.de> 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: Alexander Graf Cc: Mark McLoughlin , Arnd Bergmann , Dustin Kirkland , Michael Tsirkin , Juan Quintela , qemu-devel@nongnu.org Alexander Graf wrote: > Well I'm not that familiar with the bridging stuff as I'm rather scared > by it myself, but last time I tried if I > > # brctl addif br0 eth0 > # ifconfig br0 up > > eth0 stopped working, so I had to stop network manager, assign an IP to > br0 manually and hope network manager doesn't kick in again. I don't see > how we can solve that easily, as most people will want to use NM. > netcf will address this properly because it will allow NM to understand bridges and provide a common framework for NM to know about when changes are made to static networking configuration. Regards, Anthony Liguori