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 --- .../include/bgp-peer-group-afi-ipv6-unicast.xml.i | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'interface-definitions/include/bgp-peer-group-afi-ipv6-unicast.xml.i') diff --git a/interface-definitions/include/bgp-peer-group-afi-ipv6-unicast.xml.i b/interface-definitions/include/bgp-peer-group-afi-ipv6-unicast.xml.i index 933065dde..400193b7b 100644 --- a/interface-definitions/include/bgp-peer-group-afi-ipv6-unicast.xml.i +++ b/interface-definitions/include/bgp-peer-group-afi-ipv6-unicast.xml.i @@ -13,7 +13,7 @@ Number of occurrences of AS number - <1-10> + u32:1-10 Number of times AS is allowed in path @@ -133,7 +133,7 @@ policy access-list6 - <1-65535> + u32:1-65535 Access-list to filter outgoing route updates to this peer-group @@ -148,7 +148,7 @@ policy access-list6 - <1-65535> + u32:1-65535 Access-list to filter incoming route updates from this peer-group @@ -185,7 +185,7 @@ Maximum number of prefixes to accept from this peer-group - <1-4294967295> + u32:1-4294967295 Prefix limit @@ -306,7 +306,7 @@ Default weight for routes from this peer-group - <1-65535> + u32:1-65535 Weight for routes from this peer-group -- cgit v1.2.3