summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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