From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benny Amorsen References: Date: Wed, 30 Mar 2011 16:46:46 +0200 In-Reply-To: (igor serebryany's message of "Mon, 28 Mar 2011 17:54:29 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Bridge] 802.1q tagging broken when used with bridging in 2.6.38 List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: igor serebryany Cc: bridge@osdl.org igor serebryany writes: > now, i want to assign eth0 to a bridge > > brctl addbr xenbr0 > ifconfig xenbr0 up > brctl addif xenbr0 eth0 I may be misunderstanding your topology, but I would have expected that you would want to brctl addif xenbr0 eth0.234? It is unusual to bridge an interface and expect tagged packets to traverse the bridge (typically done in q-in-q setups). /Benny