From mboxrd@z Thu Jan 1 00:00:00 1970 From: chriss Subject: Re: 2.6.37 regression: adding main interface to a bridge breaks vlan interface RX Date: Sat, 26 Feb 2011 11:51:27 +0000 (UTC) Message-ID: References: <4D32FC1C.3010905@simon.arlott.org.uk> <201101231845.20505.maciej.rutecki@gmail.com> <201101241625.45367.maciej.rutecki@gmail.com> <4D4FE100.5090808@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: netdev@vger.kernel.org Return-path: Received: from lo.gmane.org ([80.91.229.12]:39309 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751777Ab1BZLvk (ORCPT ); Sat, 26 Feb 2011 06:51:40 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PtIgU-00052Z-KQ for netdev@vger.kernel.org; Sat, 26 Feb 2011 12:51:38 +0100 Received: from HSI-KBW-109-193-065-201.hsi7.kabel-badenwuerttemberg.de ([109.193.65.201]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Feb 2011 12:51:38 +0100 Received: from mail_to_chriss by HSI-KBW-109-193-065-201.hsi7.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Feb 2011 12:51:38 +0100 Sender: netdev-owner@vger.kernel.org List-ID: Jesse Gross nicira.com> writes: > > Can you confirm this by running tcpdump -eni br0? I would expect that > you see the correct packets but without vlan tags. > Thats correct. i see the packets in br0 without tags and tagged in eth1. thats why i added the brouting rule in ebtables to drop it at eth1 and the it apears in eth1.3 (untagged)...