mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Really pass static-port option
This commit is contained in:
parent
e338d310d5
commit
33bcfdf0e4
@ -346,7 +346,7 @@ function filter_flush_state_table() {
|
||||
}
|
||||
|
||||
/* Generate a 'nat on' or 'no nat on' rule for given interface */
|
||||
function filter_nat_rules_generate_if($if, $src = "any", $srcport = "", $dst = "any", $dstport = "", $natip = "", $natport = "", $nonat = false) {
|
||||
function filter_nat_rules_generate_if($if, $src = "any", $srcport = "", $dst = "any", $dstport = "", $natip = "", $natport = "", $nonat = false, $staticnatport = false) {
|
||||
global $config;
|
||||
|
||||
/* XXX: billm - any idea if this code is needed? */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user