mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
qlimit must be included here
This commit is contained in:
parent
7b15d22967
commit
ca16c66aab
@ -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())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user