CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/03 10:15:00
Modified files:
sys/net : if_bridge.c if_ethersubr.c if_vlan.c
if_vlan_var.h
share/man/man4 : Makefile vlan.4
Log message:
Add support for 802.1ad-style QinQ nested VLANs.
QinQ-compliant svlan (service VLAN) interfaces are implemented as
a new cloner type, use Ethernet type 0x88a8, and have a dedicated
VLAN tag hash to avoid ID conflicts. vlan(4) interfaces can be
stacked on top of svlan(4).
Originally from reyk@, input from claudio@ and deraadt@
ok claudio@