mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Clean up extraneous binat rule
This commit is contained in:
parent
e397ee623e
commit
aa69990858
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user