summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-14 22:18:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-14 22:18:13 +0000
commit5f7e7fdf2cd22e942f99e9c70db0f1bcef6e4976 (patch)
tree84e1c1c53b5c32432667c3d34660802c7f4ece2b /etc
parent088f2ddc845bcddeaeccc125677d13fe3aba0a10 (diff)
downloadpfsense-5f7e7fdf2cd22e942f99e9c70db0f1bcef6e4976.zip
pfsense-5f7e7fdf2cd22e942f99e9c70db0f1bcef6e4976.tar.gz
Backout patches from Ticket #1068
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index e86c5cc..1db5e32 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -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;
}
OpenPOWER on IntegriCloud