Clean up extraneous binat rule

This commit is contained in:
Bill Marquette 2005-02-20 18:00:29 +00:00
parent e397ee623e
commit aa69990858

View File

@ -718,7 +718,6 @@ function filter_nat_rules_generate() {
$natif = $config['interfaces'][$natent['interface']]['if'];
$natrules .= "binat on {$natif} from {$natent['internal']}/{$sn} to any -> {$natent['external']}/{$sn}\n";
$natrules .= "binat on {$natif} from {$natent['external']}/{$sn} to any -> {$natent['internal']}/{$sn}\n";
}
}