Date: Fri, 11 Aug 2006 17:09:27 +0000 (UTC) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c src/share/man/man4 vlan.4 Message-ID: <200608111709.k7BH9Re4099058@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2006-08-11 17:09:27 UTC
FreeBSD src repository
Modified files:
sys/net if_vlan.c
share/man/man4 vlan.4
Log:
Optionally pad outgoing frames to the minimum of 60 bytes (excl. FCS)
before tagging them. This can help to work around brain-damage in some
switches that fail to pad a frame after untagging it if its length drops
below the minimum. This option is blessed by IEEE Std 802.1Q (2003 Ed.),
paragraph C.4.4.3.b. It's controlled by sysctl net.link.vlan.soft_pad.
Idea by: az
MFC after: 1 week
Revision Changes Path
1.31 +24 -2 src/share/man/man4/vlan.4
1.110 +33 -0 src/sys/net/if_vlan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608111709.k7BH9Re4099058>
