summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/vpn_ipsec_phase1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase1.php b/src/usr/local/www/vpn_ipsec_phase1.php
index ef754f4..85d50b0 100644
--- a/src/usr/local/www/vpn_ipsec_phase1.php
+++ b/src/usr/local/www/vpn_ipsec_phase1.php
@@ -689,7 +689,7 @@ $section->addInput(new Form_Select(
'Key Exchange version',
$pconfig['iketype'],
array("ikev1" => "V1", "ikev2" => "V2", "auto" => gettext("Auto"))
-))->setHelp('Select the Internet Key Exchange protocol version to be used, IKEv1 or IKEv2.');
+))->setHelp('Select the Internet Key Exchange protocol version to be used. Auto uses IKEv2 when initiator, and accepts either IKEv1 or IKEv2 as responder.');
$section->addInput(new Form_Select(
'protocol',
OpenPOWER on IntegriCloud