Age | Commit message (Collapse) | Author |
|
this works better than what we have now, although i have not been
able to extensively test it. several folks thought it should be added
|
|
- call ether_input_mbuf() instead of ether_input()
- most work done by fgsch
|
|
|
|
same naming style.
|
|
|
|
- change if_type to match parent at vlan_configure time
- comment typo
- implement promiscuous mode for vlan interfaces (from NetBSD)
- change if_flags inheritance mask to UP|BROADCAST|SIMPLE|MULTICAST
(upshot of all this: bridging vlan interfaces works, with some limitations...
documentation soon)
|
|
define if_type for vlan interfaces (IFT_8021_VLAN)
#ifdef DEBUG some debugging printf's
protect against other uses of M_PROTO1
|
|
|