summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2023-09-14 16:09:39 +0100
committerGitHub <noreply@github.com>2023-09-14 16:09:39 +0100
commit9cc815ff47ca58160d029fec25203ad7b0032eda (patch)
treeb05f467f5e52b7c234a47fbb8ba02ce71b5d421a
parentcbf85a93a98302dd2a536de0188f66c7c1254c40 (diff)
parent1e5d26a7e5d9399e1923d89eb72fc6de37e78b4e (diff)
downloadvyatta-cfg-vpn-equuleus.tar.gz
vyatta-cfg-vpn-equuleus.zip
Merge pull request #58 from aapostoliuk/T5578-equuleus1.3.81.3.71.3.61.3.51.3.4equuleus
ipsec: T5578: Fixed the description to "ikev2-reauth" option.
-rw-r--r--templates/vpn/ipsec/ike-group/node.tag/ikev2-reauth/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vpn/ipsec/ike-group/node.tag/ikev2-reauth/node.def b/templates/vpn/ipsec/ike-group/node.tag/ikev2-reauth/node.def
index 2256ecc..fc0b90b 100644
--- a/templates/vpn/ipsec/ike-group/node.tag/ikev2-reauth/node.def
+++ b/templates/vpn/ipsec/ike-group/node.tag/ikev2-reauth/node.def
@@ -2,5 +2,5 @@ help: Re-authentication of the remote peer during an IKE re-key. IKEv2 option o
type: txt
default: "no"
syntax:expression: $VAR(@) in "yes", "no"; "must be yes or no (Default)"
-val_help: yes; Enable remote host re-autentication during an IKE rekey. Currently broken due to a strong swan bug
+val_help: yes; Enable remote host re-autentication during an IKE rekey.
val_help: no; Disable remote host re-authenticaton during an IKE rekey. (Default)