From owner-cvs-all@FreeBSD.ORG Mon Jul 7 11:45:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF64A37B404; Mon, 7 Jul 2003 11:45:04 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 344A643FA3; Mon, 7 Jul 2003 11:45:03 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id h67Ij1eb016545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 7 Jul 2003 14:45:02 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id h67Ij1N1016542; Mon, 7 Jul 2003 14:45:01 -0400 (EDT) (envelope-from wollman) Date: Mon, 7 Jul 2003 14:45:01 -0400 (EDT) From: Garrett Wollman Message-Id: <200307071845.h67Ij1N1016542@khavrinen.lcs.mit.edu> To: Bill Paul In-Reply-To: <200307060324.h663OPYE087830@repoman.freebsd.org> References: <200307060324.h663OPYE087830@repoman.freebsd.org> X-Spam-Score: -19.8 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 07 Jul 2003 18:45:05 -0000 < said: > I'm not quite sure what the right thing is to do here. Neither the > vlan(4) nor ifconfig(8) man pages suggest which way to go. For now, > I've removed this use of EVL_VLANOFTAG() so that the tag will match > correctly in all cases. I will not get upset if somebody makes a > compelling argument for using EVL_VLANOFTAG() everywhere instead, > as long as the use is consistent. VLAN tags have only 12 bits. Anything else is part of the 802.1p encapsulation header (either the priority or the ``this packet was translated from Token Ring'' bit). -GAWollman