summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-09 08:39:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-09 08:39:06 +0000
commita0dddc7137a28a74edb241e429100822402b2cb2 (patch)
tree503b470d1201f6f29f0e1e9e1898d8a66afe4756 /usr/local/www/firewall_nat_out_edit.php
parent77e8fa8e9b3e4f2c929428d5fbafd6f47c087acd (diff)
downloadpfsense-a0dddc7137a28a74edb241e429100822402b2cb2.zip
pfsense-a0dddc7137a28a74edb241e429100822402b2cb2.tar.gz
Remove this check. Outgoing nat is first come first serve.
Diffstat (limited to 'usr/local/www/firewall_nat_out_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index 09fa299..f96d967 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -160,7 +160,7 @@ if ($_POST) {
if (isset($natent['destination']['not']) == isset($_POST['destination_not'])) {
if ((isset($natent['destination']['any']) && ($ext == "any")) ||
($natent['destination']['address'] == $ext)) {
- $input_errors[] = "There is already an outbound NAT rule with the specified settings.";
+ //$input_errors[] = "There is already an outbound NAT rule with the specified settings.";
break;
}
}
OpenPOWER on IntegriCloud