CVSROOT: /cvs Module name: src Changes by: haesba...@cvs.openbsd.org 2011/11/26 16:38:18
Modified files: sbin/ifconfig : ifconfig.c sys/net : if_vlan.c sys/sys : sockio.h Log message: Tie the 802.1p (CoS) value in vlan(4) with the new prio scheme in pf. When transmitting through vlan(4), it will now use the prio value in pf packet header. When receiving, we save the incoming Cos in the same place, this gives us the hability to preserve the CoS value across two different vlan interfaces. This kills the SIOC[GS]VLANPRIO ioctls and removes the corresponding buttons from ifconfig(8). ok henning@ claudio@ mcbride@