diff options
author | 2014-04-21 16:21:08 +0000 | |
---|---|---|
committer | 2014-04-21 16:21:08 +0000 | |
commit | b115824c33b943bfed6262f7832bcdc5701dabec (patch) | |
tree | 086d52aff894ed84418cbd138091d716ef9e5745 | |
parent | Remove historical comment about <varargs.h> and warn people from using (diff) | |
download | wireguard-openbsd-b115824c33b943bfed6262f7832bcdc5701dabec.tar.xz wireguard-openbsd-b115824c33b943bfed6262f7832bcdc5701dabec.zip |
use the language from the 802.1Q standard which just talks about tags,
not encap, not header. reyk happy & ok.
-rw-r--r-- | share/man/man4/vlan.4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index f9f5a39283b..5ded911ea91 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vlan.4,v 1.38 2014/04/21 14:08:09 henning Exp $ +.\" $OpenBSD: vlan.4,v 1.39 2014/04/21 16:21:08 henning Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -67,8 +67,7 @@ Ethernet switch (or other 802.1Q compliant network devices) to be aware of which LAN the frame is part of, and in the case of a switch, which port(s) the frame can go to. Frames transmitted through the vlan interface will be diverted to the specified -physical interface with a 802.1Q vlan header instead of the regular Ethernet -header. +physical interface with a 802.1Q vlan tag added. 802.1Q frames received by the parent interface with the correct vlan tag will be diverted to the associated .Nm |