From 19161b72ea9d06327e75360e121753b5f9a754c8 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 27 Dec 2020 13:00:13 +0100 Subject: xml: fix valueHelp format strings A pre-defined list of common format strings to be used inside the node of is available from [1]. Adjust all currently in use nodes to re-use the predefined strings over writing them on their own by even encapsulating the <> signs as < and >. [1]: https://github.com/vyos/vyatta-cfg/blob/5aec1a0429f2f/etc/bash_completion.d/vyatta-cfg#L515-L566 --- interface-definitions/vpn_ipsec.xml.in | 38 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'interface-definitions/vpn_ipsec.xml.in') diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index e03483a85..c804c1683 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -11,7 +11,7 @@ Set auto-update interval for IPsec daemon - 30-65535 + u32:30-65535 Auto-update interval (s) @@ -53,7 +53,7 @@ ESP lifetime - 30-86400 + u32:30-86400 ESP lifetime in seconds (default 3600) @@ -191,7 +191,7 @@ ESP-group proposal [REQUIRED] - <1-65535> + u32:1-65535 ESP-group proposal number @@ -266,7 +266,7 @@ Keep-alive interval - <2-86400> + u32:2-86400 Keep-alive interval in seconds (default 30) @@ -278,7 +278,7 @@ Dead-Peer-Detection keep-alive timeout (IKEv1 only) - <2-86400> + u32:2-86400 Keep-alive timeout in seconds (default 120) @@ -330,7 +330,7 @@ IKE lifetime - <30-86400> + u32:30-86400 IKE lifetime in seconds (default 28800) @@ -380,7 +380,7 @@ proposal_help - <1-65535> + u32:1-65535 IKE-group proposal @@ -525,7 +525,7 @@ strongSwan Logger Level - <0-2> + u32:0-2 Logger Verbosity Level (default 0) @@ -712,7 +712,7 @@ Pre-shared secret key - <text> + txt Pre-shared secret key @@ -767,7 +767,7 @@ IPv6 address of the peer - <text> + txt Hostname of the peer @@ -785,7 +785,7 @@ ID for peer authentication - <text> + txt ID used for peer authentication @@ -817,7 +817,7 @@ Pre-shared secret key - <text> + txt Pre-shared secret key @@ -826,7 +826,7 @@ ID for remote authentication - <text> + txt ID used for peer authentication @@ -851,7 +851,7 @@ File containing the X.509 certificate for the Certificate Authority (CA) - <text> + txt File in /config/auth @@ -860,7 +860,7 @@ File containing the X.509 certificate for this host - <text> + txt File in /config/auth @@ -869,7 +869,7 @@ File containing the X.509 Certificate Revocation List (CRL) - <text> + txt File in /config/auth @@ -883,7 +883,7 @@ File containing the private key for the X.509 certificate for this host - <text> + txt File in /config/auth @@ -892,7 +892,7 @@ Password that protects the private key - <text> + txt Password that protects the private key @@ -1018,7 +1018,7 @@ Peer tunnel [REQUIRED] - <0-4294967295> + u32 Peer tunnel [REQUIRED] -- cgit v1.2.3