Okay, so I linked the qWanRoot and qLanRoot to the overallWan and
overallWan respectively, each of them being "parent queues" (parents
to the real root queue(hfsc))
but this is the generated config(rules.debug )
altq on fxp1 hfsc queue { qWANRoot }
altq on fxp0 hfsc queue { qLANRoot }
queue overallLAN bandwidth 100Mb priority 5 hfsc { qLANRoot }
queue overallWAN bandwidth 100Mb priority 5 hfsc { qWANRoot }
the overallLAN, and overallWAN should have been the parent queues
which are only children to the `real root queue(hfsc)` and nothing
else.
Yep. You and I are getting the same thing.
If I were to modify rules.debug by hand, could the system then use
that? How would I load that configuration up?
pfctl -f /tmp/rules.rules.debug
and
/sbin/pfctl -a {$queue['name']} -f /tmp/{$queue['name']}.rules
on each of the rules files in /tmp.
Any reboots and any webgui change will likely blow your manual configs away.
--Bill
