CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/10/22 17:44:53
Modified files: sys/net : hfsc.c Log message: Don't let HFSC force the packet priority to 7 when enabled HFSC on a vlan(4) (or similar) interface caused all packets over that interface to get marked with the highest packet priority, no matter what the rest of the system said about it. Leaving the prio alone lets the rest of the network still do something useful, not matter whether the local system queues packets in a particular way. Reported by and fix tested by Adrian Close ok claudio@ kn@ mikeb@