CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2015/02/06 01:07:09
Modified files: sys/net : if_vlan.c Log message: IEEE sez that 0 is bigger than 1, and IEEE is always right. When mapping 802.1p prio from the vlan header to our priority levels, we have to swap 0 and 1, since in 802.1p, 1 is the lowest prio, and 0 the 2nd lowest. But 2..7 are in the expected order! Pointed out to me at BSDcan and I forgot by whom, sorry for that and the delay. ok phessler pelikan