Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Document the MTU problem and drivers supporti...



details:   https://anonhg.NetBSD.org/src/rev/88f6b61cf937
branches:  trunk
changeset: 500840:88f6b61cf937
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Dec 19 14:04:03 2000 +0000

description:
Document the MTU problem and drivers supporting the 802.1Q MTU.

diffstat:

 share/man/man4/vlan.4 |  31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r cbe130fca0b3 -r 88f6b61cf937 share/man/man4/vlan.4
--- a/share/man/man4/vlan.4     Tue Dec 19 10:42:02 2000 +0000
+++ b/share/man/man4/vlan.4     Tue Dec 19 14:04:03 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: vlan.4,v 1.5 2000/12/11 13:10:24 ad Exp $
+.\"    $NetBSD: vlan.4,v 1.6 2000/12/19 14:04:03 bouyer Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -65,6 +65,35 @@
 and
 .Dv SIOCSIFVLAN
 ioctls.
+.Pp
+To be compatible with others 802.1Q devices, the
+.Nm
+interface shall support a 1500 bytes MTU, which means that the parent
+interface will have to handle frames that are 4 bytes larger than the
+ethernet MTU. Drivers supporting this incerased MTU are:
+.Bl -dash -compact indent
+.It
+drivers using the dp8390 core (
+.Xr ec 4 ,
+.Xr we 4 ,
+.Xr ne 4 ,
+possibly others)
+.It
+.Xr ex 4
+.It
+.Xr fxp 4
+.It
+.Xr le 4
+.It
+.Xr tulip 4
+.It
+.Xr epic 4
+.El
+.Nm
+can be used with devices not supporting the 802.1Q MTU, but then the MTU of the
+.Nm
+interface will be 4 bytes too small and will not interoperate properly with
+other 802.1Q devices, unless the MTU of the remote end is also lowered.
 .Sh SEE ALSO
 .Xr ifconfig 8
 .Sh HISTORY



Home | Main Index | Thread Index | Old Index