diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-27 22:46:29 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-27 22:46:29 +0000 |
commit | 858a401502e5cc8fa9f36e97a3a6bb394c3f0529 (patch) | |
tree | f9ea2140fda9213abdc265db97e7f3c1a904bc57 /share/man/man4 | |
parent | 93f255d12236e925788e5e525b74c3bc471d44f0 (diff) |
remove the whining about missing upport for cisco's proprietary ISL
enacpsulation from the BUGS section.
this is not a bug - if anything is a bug is it ISL itself.
ISL has no relevance whatsover, even cisco itself stopped supporting
it in new products years ago. millert ok
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/vlan.4 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index 0f7ba45ad09..95575edd85f 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vlan.4,v 1.23 2004/08/17 23:58:36 jaredy Exp $ +.\" $OpenBSD: vlan.4,v 1.24 2004/11/27 22:46:28 henning Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -170,8 +170,3 @@ Thus, .Xr bpf 4 will show untagged packets on the parent interface, although frames are actually being transmitted and received with tags on the wire. -.Pp -This driver could be the basis for support of the Cisco ISL VLAN protocol, -detailed at http://www.cisco.com/warp/public/473/741_4.html . -Unfortunately, public reimplementation of this protocol is currently prevented -by patent (at least in the USA). |