From owner-cvs-src@FreeBSD.ORG Wed Jun 13 19:32:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 897A616A468; Wed, 13 Jun 2007 19:32:31 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 5537513C44C; Wed, 13 Jun 2007 19:32:31 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 235315D8; Wed, 13 Jun 2007 15:32:30 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 13 Jun 2007 15:32:30 -0400 X-Sasl-enc: Ck76n6HPXeaDBR/qKpVFUbT8QyI7/CIw1S5bKbVk/1jK 1181763149 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 6A80C29125; Wed, 13 Jun 2007 15:32:29 -0400 (EDT) Message-ID: <4670464C.8060304@FreeBSD.org> Date: Wed, 13 Jun 2007 20:32:28 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.10 (X11/20070407) MIME-Version: 1.0 To: Andrew Thompson References: <200706131858.l5DIw4Yr009448@repoman.freebsd.org> In-Reply-To: <200706131858.l5DIw4Yr009448@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 19:32:31 -0000 Andrew Thompson wrote: > 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. > Very cool. Thanks for doing this. > > All non-tagged traffic is treated as vlan1 as per IEEE 802.1Q-2003 > Grrr. Made me look. ;-) I had confused this with the definition of untagged frame/priority frame. The ethernet input path now does the right thing with VLAN ID 0, so it should play fine with this change. Regards, BMS