mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Apparently we will need quick for ALTQ rules
This commit is contained in:
parent
7beae95575
commit
121efc3932
@ -402,7 +402,7 @@ function filter_generate_altq_rules() {
|
||||
if (isset($rule['log']))
|
||||
$line .= "log ";
|
||||
|
||||
//$line .= "quick ";
|
||||
$line .= "quick ";
|
||||
|
||||
if ($ispptp) {
|
||||
$line .= "on ng" . ($iif+1) . " ";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user