summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-09-29 19:48:33 -0500
committerChris Buechler <cmb@pfsense.org>2015-09-29 19:48:33 -0500
commit70fc7a158f54da084028cbdd04abde236518bb56 (patch)
tree64145a77ab9bc87756ddbfb39c3a8c83759960d9 /usr/local/www/vpn_ipsec.php
parent72b4057b8d1f1ea41ba4398492f66c6cfc66c2ed (diff)
downloadpfsense-70fc7a158f54da084028cbdd04abde236518bb56.zip
pfsense-70fc7a158f54da084028cbdd04abde236518bb56.tar.gz
Fix up IKE auto mode
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rw-r--r--usr/local/www/vpn_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index 33c570a..3119a81 100644
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -350,7 +350,7 @@ include("head.inc");
<td class="listr" onclick="fr_toggle(<?=$i;?>)" id="frd<?=$i;?>">
<?=$spans;?>
<?php
- if (empty($ph1ent['iketype']) || $ph1ent['iketype'] == "ikev1")
+ if (empty($ph1ent['iketype']) || $ph1ent['iketype'] == "ikev1" || $ph1ent['iketype'] == "auto")
echo "{$ph1ent['mode']}";
?>
<?=$spane;?>
OpenPOWER on IntegriCloud