cvs commit: src/sys/net if_vlan.c src/share/man/man4 vlan.4
Yar Tikhiy
yar at FreeBSD.org
Fri Aug 18 10:48:12 UTC 2006
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
More information about the cvs-src
mailing list