summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/shaper.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 1a98b6e..7d95f82 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -333,6 +333,8 @@ class altq_root_queue {
function ReadConfig(&$conf) {
if (isset($conf['tbrconfig']))
$this->SetTbrConfig($conf['tbrconfig']);
+ else
+ $this->SetTbrConfig($conf['tbrconfig']);
$this->SetBandwidth($conf['bandwidth']);
if ($conf['bandwidthtype'] <> "")
$this->SetBwscale($conf['bandwidthtype']);
@@ -347,6 +349,8 @@ class altq_root_queue {
}
if (isset($conf['qlimit']) && $conf['qlimit'] <> "")
$this->SetQlimit($conf['qlimit']);
+ else
+ $this->SetQlimit("");
if (isset($conf['name']))
$this->SetQname($conf['name']);
if (!empty($conf['enabled']))
OpenPOWER on IntegriCloud