summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-03 04:55:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-03 04:55:54 +0000
commit33bcfdf0e49d32dfbd2c9109082b6f73fee0ac0a (patch)
tree813273d4b5c29aae2b60f1e40abc3c7bdd336abe
parente338d310d587b2a6eacfdf65553ac4b076d765ac (diff)
downloadpfsense-33bcfdf0e49d32dfbd2c9109082b6f73fee0ac0a.zip
pfsense-33bcfdf0e49d32dfbd2c9109082b6f73fee0ac0a.tar.gz
Really pass static-port option
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 126de78..1abfb11 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -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? */
OpenPOWER on IntegriCloud