mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
no () around qlength here
This commit is contained in:
parent
1ee3a2955a
commit
9edcc5faaf
@ -531,7 +531,7 @@ class altq_root_queue {
|
||||
if ($this->GetScheduler())
|
||||
$rules .= " ".strtolower($this->GetScheduler());
|
||||
if ($this->GetQlimit() > 0)
|
||||
$rules .= " ( qlimit " . $this->GetQlimit() . " ) ";
|
||||
$rules .= " qlimit " . $this->GetQlimit() . " ";
|
||||
if ($this->GetBandwidth()) {
|
||||
$rules .= " bandwidth ".trim($this->GetBandwidth());
|
||||
if ($this->GetBwscale())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user