diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-21 06:10:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-21 06:10:02 +0000 |
commit | 0ef56dd9d4ac84ec7d845d5d118ffd1540863600 (patch) | |
tree | e9b5150b0a45d5c6ec3d2c1e8a5947db890c186b /share/man/man4/vlan.4 | |
parent | 6a66cafd827370cedb2f942c5190a3aa34c01c7d (diff) |
from brad:
Hardware VLAN stripping was removed by Camiel before 3.8.
ok camiel
Diffstat (limited to 'share/man/man4/vlan.4')
-rw-r--r-- | share/man/man4/vlan.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index 436db525c38..dd221c39b7b 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vlan.4,v 1.27 2006/05/09 19:03:04 jmc Exp $ +.\" $OpenBSD: vlan.4,v 1.28 2007/02/21 06:10:01 jmc Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -111,7 +111,7 @@ interfaces use the following interface capabilities: The parent interface can handle full sized frames, plus the size of the vlan tag. .It IFCAP_VLAN_HWTAGGING -The parent interface will participate in the tagging and untagging of frames. +The parent interface will participate in the tagging of frames. .El .Sh DIAGNOSTICS .Bl -diag |