Backout patches from Ticket #1068

This commit is contained in:
Scott Ullrich 2006-08-14 22:18:13 +00:00
parent 088f2ddc84
commit 5f7e7fdf2c

View File

@ -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;
}