From ea6382d2fca4094d0a92e3e6bb979e3795961c64 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Thu, 11 Feb 2016 02:43:46 -0600 Subject: clarify help text. Ticket #5880 --- src/usr/local/www/vpn_ipsec_phase1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www') 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', -- cgit v1.1