Date: Fri, 18 Aug 2006 10:48:11 +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: <200608181048.k7IAmBHA078123@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2006-08-18 10:48:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_vlan.c share/man/man4 vlan.4 Log: MFC: 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. src/sys/net/if_vlan.c rev. 1.110 src/share/man/man4/vlan.4 rev. 1.31-1.32 Revision Changes Path 1.23.2.7 +24 -2 src/share/man/man4/vlan.4 1.79.2.13 +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?200608181048.k7IAmBHA078123>