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

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Dec 30 09:42:49 PST 2005


dillon      2005/12/30 09:41:15 PST

DragonFly src repository

  Modified files:
    sys/net/vlan         if_vlan.c 
    share/man/man4       vlan.4 
  Log:
  ether_input() no longer allows the MAC header to be passed separately,
  fix the vlan code to accomodate.
  
  Add support for VLAN_MTU and VLAN_HWTAGGING.  LINK0 no longer needs to
  be set manually on a vlan interface to enable hardware support.  And
  update the manual page.
  
  Reported-by: Gary Allan <dragonfly at xxxxxxxxxxxxxxx>
  Submitted-by: Matthew Dillon (ether_input fixes),
  	      Gary Allan (HW tagging and manual page)
  
  Revision  Changes    Path
  1.19      +23 -20    src/sys/net/vlan/if_vlan.c
  1.5       +17 -12    src/share/man/man4/vlan.4


http://www.dragonflybsd.org/cvsweb/src/sys/net/vlan/if_vlan.c.diff?r1=1.18&r2=1.19&f=u
http://www.dragonflybsd.org/cvsweb/src/share/man/man4/vlan.4.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list