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/flow-accounting-conf.xml.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'interface-definitions/flow-accounting-conf.xml.in') diff --git a/interface-definitions/flow-accounting-conf.xml.in b/interface-definitions/flow-accounting-conf.xml.in index 585322125..830078abe 100644 --- a/interface-definitions/flow-accounting-conf.xml.in +++ b/interface-definitions/flow-accounting-conf.xml.in @@ -13,7 +13,7 @@ Buffer size - 0-4294967295 + u32 Buffer size in MiB @@ -158,7 +158,7 @@ NetFlow engine-id for v5 - 0-4294967295 + u32 NetFlow engine-id for v9 / IPFIX @@ -170,7 +170,7 @@ NetFlow maximum flows - 0-4294967295 + u32 NetFlow maximum flows @@ -182,7 +182,7 @@ NetFlow sampling-rate - 0-4294967295 + u32 Sampling rate (1 in N packets) @@ -389,7 +389,7 @@ sFlow sampling-rate - 0-4294967295 + u32 Sampling rate (1 in N packets) -- cgit v1.2.3