diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2014-04-21 16:21:09 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2014-04-21 16:21:09 +0000 |
commit | be69c77c1e030829f0079a8e62ca9dec326a2284 (patch) | |
tree | 6e3cd1d8ac8ff64b6ad0cc7f7bf22bc4b310f41f /share | |
parent | fcbe90dd2255604b1c0e12b6557a4e0de28aefe8 (diff) |
use the language from the 802.1Q standard which just talks about tags,
not encap, not header. reyk happy & ok.
Diffstat (limited to 'share')
-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 |