cvs commit: src/sys/net if_vlan.c src/share/man/man4 vlan.4

Yar Tikhiy yar at FreeBSD.org
Fri Aug 11 17:09:28 UTC 2006


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


More information about the cvs-src mailing list