summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-11 00:02:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-11 00:02:19 +0000
commit57d9d7115457b8c0f3acb233a827a2d15709368b (patch)
tree4e50670041cfef7ab874752fe04e4f41ffba785c
parent3e3ec160c35af5f3cbd761073f0d73e4f51b9816 (diff)
downloadpfsense-57d9d7115457b8c0f3acb233a827a2d15709368b.zip
pfsense-57d9d7115457b8c0f3acb233a827a2d15709368b.tar.gz
Correct typo
-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 f8e28b5..7263116 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -286,7 +286,7 @@ function filter_nat_rules_generate() {
$natrules = "";
- $natrules .= "rdr on " . $lanif . "proto tcp from any to any port 21 -> 127.0.0.1 port 8021\n";
+ $natrules .= "rdr on " . $lanif . " proto tcp from any to any port 21 -> 127.0.0.1 port 8021\n";
/* any 1:1 mappings? */
if (is_array($config['nat']['onetoone'])) {
OpenPOWER on IntegriCloud