diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-07-10 19:56:50 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-07-10 19:56:50 +0000 |
commit | 9078844834aaaed47fb7d763b42077803859f196 (patch) | |
tree | e81b0ddd3988543334c5bb9517c93715539672e1 | |
parent | 6c65a67b38f725479688d96d624bd32d05f80df7 (diff) |
vlan tag is 12-bits, not 16-bits
jason@ ok
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files 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 |