summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_nat_1to1_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_1to1_edit.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/local/www/firewall_nat_1to1_edit.php b/usr/local/www/firewall_nat_1to1_edit.php
index daf5927..d7ed094 100755
--- a/usr/local/www/firewall_nat_1to1_edit.php
+++ b/usr/local/www/firewall_nat_1to1_edit.php
@@ -114,17 +114,6 @@ if ($_POST) {
}
}
- /* check for overlaps with advanced outbound NAT */
- if (is_array($config['nat']['advancedoutbound']['rule'])) {
- foreach ($config['nat']['advancedoutbound']['rule'] as $natent) {
- if ($natent['target'] &&
- check_subnets_overlap($_POST['external'], $_POST['subnet'], $natent['target'], 32)) {
- $input_errors[] = "An advanced outbound NAT entry overlaps with the specified external subnet.";
- break;
- }
- }
- }
-
if (!$input_errors) {
$natent = array();
OpenPOWER on IntegriCloud