From 9078844834aaaed47fb7d763b42077803859f196 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Thu, 10 Jul 2003 19:56:50 +0000 Subject: vlan tag is 12-bits, not 16-bits jason@ ok --- sbin/ifconfig/ifconfig.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index ea62f698c3e..61693a62493 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.66 2003/06/03 13:16:08 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.67 2003/07/10 19:56:49 avsm Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -284,7 +284,7 @@ automatically; see the driver's manual page for more information. If the interface is a vlan pseudo interface, set the vlan tag value to .Ar vlan_tag . -This value is a 16-bit number which is used to create an 802.1Q +This value is a 12-bit number which is used to create an 802.1Q vlan header for packets sent from the vlan interface. Note that .Cm vlan -- cgit v1.2.3