Project

General

Profile

Actions

Bug #291

closed

Web interface deletes qlimit in traffic shaper

Added by David O over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Traffic Shaper (ALTQ)
Target version:
Start date:
01/09/2010
Due date:
% Done:

0%

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

Description

In the traffic shaper, the qlimit (max queue size in number of packets) needs to be adjusted from the default of 50 for higher bandwidth connections. The TS wizard correctly sets this (to 500), and when pfsense parses an XML config it correctly puts the parameter into the ALTQ config:

<queue>
<name>qwandef</name>
<qlimit>500</qlimit>
.....
</queue>

.queue qwandef ........ qlimit 500 hfsc ( default )

However, when you edit a queue with the web interface, it deletes the <qlimit> parameter from the XML config, and then altq goes back to using the default of 50.

NOTE: ideally, it would be great to just be able to set the qlimit parameter in the web interface.

Actions

Also available in: Atom PDF