diff options
author | ambrisko <ambrisko@FreeBSD.org> | 2002-01-16 16:33:58 +0000 |
---|---|---|
committer | ambrisko <ambrisko@FreeBSD.org> | 2002-01-16 16:33:58 +0000 |
commit | 81dbce8cc90b1d59811638727e8e1e44455afb55 (patch) | |
tree | 3a8de1185c3f8aaadd2f4040ae64d08867ddd590 /share/man/man4 | |
parent | 66616c46ce4a5ff8b05734a96d0a169ae26cd667 (diff) | |
download | FreeBSD-src-81dbce8cc90b1d59811638727e8e1e44455afb55.zip FreeBSD-src-81dbce8cc90b1d59811638727e8e1e44455afb55.tar.gz |
Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts.
One to notify the system that the MTU for VLAN can be 1500 so the vlan
will automatically be configured with a 1500 MTU the other is to ignore
the error case if the received frame is to long.
The frame size notification came from code in the SIS driver, and
the support for long frames derived from the NetBSD Tulip driver.
Tested on: 4 port D-Link adapter DFE-570TX 4 Intel 21143
Netgear card with 82c169 PNIC 10/100BaseTX
Reviewed by: ru (manpage), wpaul (not objected to), archie
Approved by: imp
Obtained from: NetBSD
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/vlan.4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index 3896596..90a3271 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -103,6 +103,10 @@ filtering that breaks the Path MTU Discovery mechanism. .Pp The NICs that support oversized frames are as follows: .Bl -tag -width ".Xr fxp 4 " -offset indent +.It Xr dc 4 +supports long frames for the +.Nm +natively. .It Xr de 4 requires defining .Dv BIG_PACKET |