mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
MFC 11272
This commit is contained in:
parent
737a530803
commit
97dfdaf3d3
@ -798,7 +798,7 @@ function filter_nat_rules_generate() {
|
||||
"rdr on \${$rdr_on} proto {$rule['protocol']} from any to {$extaddr} port { {$extport[0]} } -> {$target}{$localport}";
|
||||
else
|
||||
$natrules .=
|
||||
"rdr on \${$rdr_on} proto {$rule['protocol']} from any to {$extaddr} } -> {$target}{$localport}";
|
||||
"rdr on \${$rdr_on} proto {$rule['protocol']} from any to { {$extaddr} } -> {$target}{$localport}";
|
||||
} else {
|
||||
if($rule['protocol'] == "tcp/udp")
|
||||
$natrules .=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user