CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/19 06:51:31
Modified files:
sbin/pfctl : parse.y pfctl.c pfctl_queue.c
sys/net : pf_ioctl.c pfvar.h
Log message:
Rework HFSC vs FQ-CoDel checks
The selection mechanism introduced in pf_ioctl.c -r1.316 suffers
from being too ambiguous and lacks robustness. Instead of relying
on composition of multiple flags in the queue specification, it's
easier to identify the root class (if it exists) and derive all
further checks from it.
