From owner-cvs-all@FreeBSD.ORG Sun Jul 1 08:51:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E51D16A421; Sun, 1 Jul 2007 08:51:03 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [194.58.105.35]) by mx1.freebsd.org (Postfix) with ESMTP id 45B4E13C458; Sun, 1 Jul 2007 08:51:03 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.44 (FreeBSD)) id 1I4ucM-000Nio-MK; Sun, 01 Jul 2007 12:17:14 +0400 Date: Sun, 1 Jul 2007 12:17:14 +0400 From: Slawa Olhovchenkov To: Andrew Thompson Message-ID: <20070701081714.GA44671%slw@zxy.spb.ru> References: <200706131858.l5DIw4Yr009448@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706131858.l5DIw4Yr009448@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_bridge.c if_bridgevar.h src/sbin/ifconfig ifbridge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2007 08:51:03 -0000 On Wed, Jun 13, 2007 at 06:58:04PM +0000, Andrew Thompson wrote: > thompsa 2007-06-13 18:58:04 UTC > > FreeBSD src repository > > Modified files: > sys/net if_bridge.c if_bridgevar.h > sbin/ifconfig ifbridge.c > Log: > Add the vlan tag to the bridge route table. This allows a vlan trunk to be > bridged, previously legitimate traffic was not passed as the bridge could not > tell that it was on a different Ethernet segment. > > All non-tagged traffic is treated as vlan1 as per IEEE 802.1Q-2003 Common practice: non-tagged traffic is treated as "native vlan".