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/interfaces-wireless.xml.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'interface-definitions/interfaces-wireless.xml.in') diff --git a/interface-definitions/interfaces-wireless.xml.in b/interface-definitions/interfaces-wireless.xml.in index ce211b9ce..86f529278 100644 --- a/interface-definitions/interfaces-wireless.xml.in +++ b/interface-definitions/interfaces-wireless.xml.in @@ -257,7 +257,7 @@ VHT operating channel center frequency - center freq 1 (for use with 80, 80+80 and 160 modes) - <34-173> + u32:34-173 5Ghz (802.11 a/h/j/n/ac) center channel index (use 42 for primary 80MHz channel 36) @@ -270,7 +270,7 @@ VHT operating channel center frequency - center freq 2 (for use with the 80+80 mode) - 34-173 + u32:34-173 5Ghz (802.11 a/h/j/n/ac) center channel index (use 58 for primary 80MHz channel 52) @@ -338,7 +338,7 @@ Set the maximum length of A-MPDU pre-EOF padding that the station can receive - <0-7> + u32:0-7 Maximum length of A-MPDU pre-EOF padding = 2 pow(13 + x) -1 octets @@ -435,11 +435,11 @@ Automatic Channel Selection (ACS) - <1-14> + u32:1-14 2.4Ghz (802.11 b/g/n) Channel - <34-173> + u32:34-173 5Ghz (802.11 a/h/j/n/ac) Channel @@ -455,7 +455,7 @@ us eu jp de uk cn es fr ru - <code%gt; + txt ISO/IEC 3166-1 Country Code @@ -496,7 +496,7 @@ Maximum number of wireless radio stations. Excess stations will be rejected upon authentication request. - <1-2007> + u32:1-2007 Number of allowed stations @@ -576,7 +576,7 @@ Transmission power reduction in dBm - <0-255> + u32:0-255 TX power reduction in dBm @@ -599,7 +599,7 @@ WEP encryption key - <hexdigits> + txt Wired Equivalent Privacy key @@ -713,7 +713,7 @@ using special characters in the WPA passphrase then single quotes are required. - <text> + txt Passphrase of at least 8 but not more than 63 printable characters -- cgit v1.2.3