diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-12 17:33:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-12 17:33:25 +0100 |
commit | bceaab68b9b540b42f0ff3d8bc7a388e54792cf7 (patch) | |
tree | 2c28eda086ae3227b000d2b6b89d038f2834ad63 | |
parent | 86e498517b89a37dba8845c89978753bb045a763 (diff) | |
parent | 05c4d3ec9a6e3a1f454dd6777594340a045eb0ee (diff) | |
download | vyos-1x-bceaab68b9b540b42f0ff3d8bc7a388e54792cf7.tar.gz vyos-1x-bceaab68b9b540b42f0ff3d8bc7a388e54792cf7.zip |
Merge pull request #1071 from sever-sever/T3986
ipsec: T3986: Fix typos in descriptions
-rw-r--r-- | interface-definitions/vpn_ipsec.xml.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index 2bd99776a..e82249d44 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -724,11 +724,11 @@ </completionHelp> <valueHelp> <format>pre-shared-secret</format> - <description>pre-shared-secret_description</description> + <description>Authentication pre-shared-secret</description> </valueHelp> <valueHelp> <format>x509</format> - <description>x509_description</description> + <description>Authentication x509</description> </valueHelp> <constraint> <regex>^(pre-shared-secret|x509)$</regex> @@ -928,15 +928,15 @@ </completionHelp> <valueHelp> <format>pre-shared-secret</format> - <description>pre-shared-secret_description</description> + <description>Use pre-shared secret key</description> </valueHelp> <valueHelp> <format>rsa</format> - <description>rsa_description</description> + <description>Use RSA key</description> </valueHelp> <valueHelp> <format>x509</format> - <description>x509_description</description> + <description>Use X.509 certificate</description> </valueHelp> <constraint> <regex>^(pre-shared-secret|rsa|x509)$</regex> @@ -969,11 +969,11 @@ </completionHelp> <valueHelp> <format>initiate</format> - <description>initiate_description</description> + <description>Bring the connection up immediately</description> </valueHelp> <valueHelp> <format>respond</format> - <description>respond_description</description> + <description>Bring the connection up only if traffic is detected</description> </valueHelp> <constraint> <regex>^(initiate|respond)$</regex> |