mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Compensate with a space to avoid rules generation errors
This commit is contained in:
parent
be824897de
commit
712331c35f
@ -2080,7 +2080,7 @@ function generate_user_filter_rule($rule, $ngcounter) {
|
||||
}
|
||||
|
||||
if (isset($rule['dscp']) && $rule['dscp'] <> "")
|
||||
$aline['dscp'] = " dscp " . $rule['dscp'];
|
||||
$aline['dscp'] = " dscp " . $rule['dscp'] . " ";
|
||||
|
||||
if( isset($rule['source-track']) or isset($rule['max-src-nodes']) or isset($rule['max-src-states']) )
|
||||
if($rule['protocol'] == "tcp")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user