diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-09-14 16:09:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 16:09:39 +0100 |
commit | 9cc815ff47ca58160d029fec25203ad7b0032eda (patch) | |
tree | b05f467f5e52b7c234a47fbb8ba02ce71b5d421a | |
parent | cbf85a93a98302dd2a536de0188f66c7c1254c40 (diff) | |
parent | 1e5d26a7e5d9399e1923d89eb72fc6de37e78b4e (diff) | |
download | vyatta-cfg-vpn-9cc815ff47ca58160d029fec25203ad7b0032eda.tar.gz vyatta-cfg-vpn-9cc815ff47ca58160d029fec25203ad7b0032eda.zip |
ipsec: T5578: Fixed the description to "ikev2-reauth" option.
-rw-r--r-- | templates/vpn/ipsec/ike-group/node.tag/ikev2-reauth/node.def | 2 |
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) |