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/service-ids-ddos-protection.xml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'interface-definitions/service-ids-ddos-protection.xml.in') diff --git a/interface-definitions/service-ids-ddos-protection.xml.in b/interface-definitions/service-ids-ddos-protection.xml.in index 93d4cc682..5e65d3106 100644 --- a/interface-definitions/service-ids-ddos-protection.xml.in +++ b/interface-definitions/service-ids-ddos-protection.xml.in @@ -75,7 +75,7 @@ Flows per second - <0-4294967294> + u32:0-4294967294 Flows per second @@ -87,7 +87,7 @@ Megabits per second - <0-4294967294> + u32:0-4294967294 Megabits per second @@ -99,7 +99,7 @@ Packets per second - <0-4294967294> + u32:0-4294967294 Packets per second -- cgit v1.2.3