summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-04-30 01:23:11 -0500
committerChris Buechler <cmb@pfsense.org>2015-04-30 01:24:34 -0500
commit43f83ab45b87c928dd7cb1d9beb62ee7b565c788 (patch)
treec7117c1d172cc12e8265b7f81ed3aa7041d79dd5 /usr/local/www/vpn_ipsec_settings.php
parentfcad7ca1766cb937578c0489470428414d34f2b9 (diff)
downloadpfsense-43f83ab45b87c928dd7cb1d9beb62ee7b565c788.zip
pfsense-43f83ab45b87c928dd7cb1d9beb62ee7b565c788.tar.gz
Show correct selection for noshuntlan option. Ticket #4655
Diffstat (limited to 'usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--usr/local/www/vpn_ipsec_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index 87f5fcb..023d202 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -376,7 +376,7 @@ function maxmss_checked(obj) {
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Auto-exclude LAN address"); ?></td>
<td width="78%" class="vtable">
- <input name="noshuntlaninterfaces" type="checkbox" id="noshuntlaninterfaces" value="yes" <?php if ($pconfig['noshuntlaninterfaces'] == true) echo "checked=\"checked\""; ?> />
+ <input name="noshuntlaninterfaces" type="checkbox" id="noshuntlaninterfaces" value="yes" <?php if ($pconfig['noshuntlaninterfaces'] != true) echo "checked=\"checked\""; ?> />
<strong><?=gettext("Enable bypass for LAN interface IP"); ?></strong>
<br />
<?=gettext("Exclude traffic from LAN subnet to LAN IP address from IPsec."); ?>
OpenPOWER on IntegriCloud