summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2014-04-23 11:42:15 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2014-04-23 11:42:15 +0000
commit5179e88c63459ef3d769138fa931b10f9ef2bdd4 (patch)
treefc0ab7ead78d55664f10820b1feb0eb58337fd89
parent97da5feb0cbe59981c7793cb75cfdce8056ad305 (diff)
Remove badly outdated information: FDDI and Token Ring are gone,
VLAN tags on transmitted packets have been visible to bpf since the introduction of bpf_mtap_ether(). ok brad@, henning@
-rw-r--r--share/man/man4/vlan.419
1 files changed, 2 insertions, 17 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4
index 5ded911ea91..a7ac246c598 100644
--- a/share/man/man4/vlan.4
+++ b/share/man/man4/vlan.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vlan.4,v 1.39 2014/04/21 16:21:08 henning Exp $
+.\" $OpenBSD: vlan.4,v 1.40 2014/04/23 11:42:14 naddy Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 21 2014 $
+.Dd $Mdocdate: April 23 2014 $
.Dt VLAN 4
.Os
.Sh NAME
@@ -174,18 +174,3 @@ and
.Re
.Sh AUTHORS
Originally wollman@freebsd.org.
-.Sh BUGS
-The 802.1Q specification allows for operation over FDDI and Token Ring
-as well as Ethernet.
-This driver only supports such operation with Ethernet devices.
-.Pp
-When the IFCAP_VLAN_HWTAGGING capability is set on the parent interface,
-.Nm
-does not participate in the actual tagging of Ethernet frames.
-It simply passes the vlan ID on to the parent interface for tagging on transmit.
-The vlan tagged packet is not actually visible to
-.Ox .
-Thus,
-.Xr bpf 4
-will show untagged packets on the parent interface, although frames
-are actually being transmitted with tags on the wire.