diff options
author | Bill Marquette <billm@pfsense.org> | 2005-02-25 04:31:05 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-02-25 04:31:05 +0000 |
commit | 1e137ab5fa13cdd76ec5154af17f4304b5a8ccb0 (patch) | |
tree | d3e746236b9f7971dbec9d03981356816f518e76 | |
parent | fe693b894c78108fa136866d5caac79585b27316 (diff) | |
download | pfsense-1e137ab5fa13cdd76ec5154af17f4304b5a8ccb0.zip pfsense-1e137ab5fa13cdd76ec5154af17f4304b5a8ccb0.tar.gz |
comment
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 2 |
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; |