summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-07-08 06:46:45 -0500
committerChris Buechler <cmb@pfsense.org>2014-07-08 06:46:45 -0500
commitca16c66aab48473739bb93a4a89adca65271c152 (patch)
treefe432cfd77b3383eda1a50c2bf6a8f65f9c34b44 /etc
parent7b15d22967a9f9fefe7b8b11fa2d68c762c55219 (diff)
downloadpfsense-ca16c66aab48473739bb93a4a89adca65271c152.zip
pfsense-ca16c66aab48473739bb93a4a89adca65271c152.tar.gz
qlimit must be included here
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/shaper.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index d8ceee8..5bfa81e 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -530,6 +530,8 @@ class altq_root_queue {
$rules = " altq on " . get_real_interface($this->GetInterface());
if ($this->GetScheduler())
$rules .= " ".strtolower($this->GetScheduler());
+ if ($this->GetQlimit() > 0)
+ $rules .= " ( qlimit " . $this->GetQlimit() . " ) ";
if ($this->GetBandwidth()) {
$rules .= " bandwidth ".trim($this->GetBandwidth());
if ($this->GetBwscale())
OpenPOWER on IntegriCloud