From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaud Fontaine Date: Thu, 30 Jun 2011 15:05:36 +0200 Message-ID: <878vsjqxjz.fsf@duckcorp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Bridge] Bridge interface always down since Linux >= 2.6.39 List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@lists.linux-foundation.org Hello, After upgrading my kernel to 2.6.39 (I also tested with 3.0.0-rc4), my bridge interface with only TAP interfaces is always down (the flag is NO_CARRIER and operational state is DOWN) despite it was working well with previous versions of the kernel (the state was LOWER_UP and operational state was UNKNOWN). Before, running the following commands was enough to activate the bridge interface: 1. brctl addbr br0 2. ip link set br0 up Only by attaching a real network interface (such as eth0) to the bridge, it finally works well but I would like to be able to not only use real network interfaces. Any idea? Many thanks in advance. Regards, -- Arnaud Fontaine