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_l2tp.xml.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'interface-definitions/vpn_l2tp.xml.in') diff --git a/interface-definitions/vpn_l2tp.xml.in b/interface-definitions/vpn_l2tp.xml.in index 82af86470..5b31235b1 100644 --- a/interface-definitions/vpn_l2tp.xml.in +++ b/interface-definitions/vpn_l2tp.xml.in @@ -84,7 +84,7 @@ File containing the X.509 certificate for the Certificate Authority (CA) - <text> + txt File in /config/auth @@ -93,7 +93,7 @@ File containing the X.509 Certificate Revocation List (CRL) - <text> + txt File in /config/auth @@ -102,7 +102,7 @@ File containing the X.509 certificate for the remote access VPN server (this host) - <text> + txt File in /config/auth @@ -111,7 +111,7 @@ File containing the private key for the X.509 certificate for the remote access VPN server (this host) - <text> + txt File in /config/auth @@ -129,7 +129,7 @@ IKE lifetime - <30-86400> + u32:30-86400 IKE lifetime in seconds (default 3600) @@ -141,7 +141,7 @@ ESP lifetime - <30-86400> + u32:30-86400 IKE lifetime in seconds (default 3600) @@ -176,7 +176,7 @@ PPP idle timeout - <30-86400> + u32:30-86400 PPP idle timeout in seconds (default 1800) -- cgit v1.2.3