ether_input() no longer allows the MAC header to be passed separately,
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 30 Dec 2005 17:41:15 +0000 (17:41 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 30 Dec 2005 17:41:15 +0000 (17:41 +0000)
commit716922eef6784a6c781280c1b17f256b3f16c5d9
tree254723d7b0b1e12d08ca9b9426a2ce6e80273156
parentc9ad06d1822d8224802e232cecfb6a4a8bf39552
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@gallan.plus.com>
Submitted-by: Matthew Dillon (ether_input fixes),
      Gary Allan (HW tagging and manual page)
share/man/man4/vlan.4
sys/net/vlan/if_vlan.c