Project

General

Profile

Actions

Bug #247

closed

QoS (Traffic-shaper) problem when creating custom queues/rules

Added by Salvatore LaMendola over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Traffic Shaper (ALTQ)
Target version:
-
Start date:
12/25/2009
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
1.2.3
Affected Architecture:

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. :)

Actions #1

Updated by Chris Buechler over 14 years ago

  • Status changed from New to Closed

There are some issues with manual configuration of the shaper in 1.2.x and always have been. Since the shaper is a rewrite in 2.0 and there won't be another 1.2.x release, we won't be fixing those issues, rather dedicating that time towards the 2.0 shaper.

Actions

Also available in: Atom PDF