Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-24 | - redefine vlan_input_tag to take mbuf * and tag only | Jason Wright | |
- call ether_input_mbuf() instead of ether_input() - most work done by fgsch | |||
2001-06-09 | Whitespace cleanup. | Angelos D. Keromytis | |
2001-06-09 | By popular demand, protect from multiple inclusion, and fix to use the | Angelos D. Keromytis | |
same naming style. | |||
2001-03-28 | $OpenBSD$ | Jason Wright | |
2001-03-26 | - move if_vlan back to a default if_type of IFT_PROPVIRTUAL | Jason Wright | |
- 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) | |||
2001-03-22 | remove vlan_proto variable, replace with ETHERTYPE_8021Q | Jason Wright | |
define if_type for vlan interfaces (IFT_8021_VLAN) #ifdef DEBUG some debugging printf's protect against other uses of M_PROTO1 | |||
2000-04-26 | if_vlan from FreeBSD and a few modifications | Chris Cappuccio | |