Bug #247
closedQoS (Traffic-shaper) problem when creating custom queues/rules
0%
Description
When creating custom rules or queues in the traffic shaper, it seems to be duplicating the "Down" parent queue in place of where the "Up" queue should go.
Here is what it's supposed to look like:
----------------------------------------
altq on em0 hfsc bandwidth 2000Kb queue { UpRoot }
altq on em1 hfsc bandwidth 17000Kb queue { DownRoot }
----------------------------------------
And here is what it writes instead:
-----------------------------------
altq on em0 hfsc bandwidth 17000Kb queue { DownRoot }
altq on em1 hfsc bandwidth 17000Kb queue { DownRoot }
-----------------------------------
It should be noted that the wizard works properly, and does not have this problem. Once I add a new rule or change the name of a queue, this is what happens. I found an older posting with someone having a similar problem, which contains the commands to run after modifying /tmp/rules.debug, but this seems to be only a temporary solution, and will most likely not persist upon reboot. Please feel free to let me know if there is any more information I can provide. The specific error is just complaining about UpRoot, and all those underneath it, having no parent. Oh, and Merry Christmas! PS- Thanks a lot for pfsense. It sure beats the hell out of the Linux firewall I used to run. :)