From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benny Amorsen References: Date: Wed, 19 Aug 2009 14:42:13 +0200 In-Reply-To: (Joakim Tjernlund's message of "Wed, 19 Aug 2009 12:06:33 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Bridge] MAC learning and VLAN List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Joakim Tjernlund Cc: bridge@lists.linux-foundation.org Joakim Tjernlund writes: > Is this expected? I had hoped that the MAC learning in the bridge was global > so any MACs learned over eth0.1 could be used by eth0.2 too. eth0.1 and eth0.2 are entirely separate interfaces. The behaviour is exactly the same whether you use two VLAN's or two physical interfaces. Imagine replacing eth0.1 with eth1 and eth0.2 with eth2. If a certain MAC address is learned on eth1, it would be wrong to send packets destined for that MAC address through eth2. That's pretty much the point of bridging. /Benny