summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-02-25 04:31:05 +0000
committerBill Marquette <billm@pfsense.org>2005-02-25 04:31:05 +0000
commit1e137ab5fa13cdd76ec5154af17f4304b5a8ccb0 (patch)
treed3e746236b9f7971dbec9d03981356816f518e76 /usr/local/www/firewall_nat_out.php
parentfe693b894c78108fa136866d5caac79585b27316 (diff)
downloadpfsense-1e137ab5fa13cdd76ec5154af17f4304b5a8ccb0.zip
pfsense-1e137ab5fa13cdd76ec5154af17f4304b5a8ccb0.tar.gz
comment
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 3059566..706ec24 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -68,6 +68,8 @@ if ($_POST) {
if (isset($_POST['save'])) {
+
+ /* mutually exclusive settings - if user wants advanced NAT, we don't help with IPSec */
if ($_POST['ipsecpassthru'] == true) {
$config['nat']['ipsecpassthru']['enable'] = true;
$config['nat']['advancedoutbound']['enable'] = false;
OpenPOWER on IntegriCloud