mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Backout patches from Ticket #1068
This commit is contained in:
parent
088f2ddc84
commit
5f7e7fdf2c
@ -740,7 +740,7 @@ function filter_nat_rules_generate() {
|
||||
|
||||
/* if item is an alias, expand */
|
||||
if(alias_expand($rule['local-port']))
|
||||
$localport = " port " . alias_expand_value($rule['local-port']);
|
||||
$localport = "";
|
||||
else
|
||||
$localport = " port {$rule['local-port']}";
|
||||
|
||||
@ -1631,7 +1631,7 @@ function generate_user_filter_rule($rule, $ngcounter) {
|
||||
echo "{$dst_table} NOT found in cache...adding\n";
|
||||
$table_cache[$dst_table] = $dst_table_line;
|
||||
}
|
||||
|
||||
|
||||
return $line;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user