diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-29 14:29:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-29 14:48:53 +0200 |
commit | 794f193d11c8c1b5fed78f4e40280480446ab593 (patch) | |
tree | 57cc1d9b901d38068eb8758e68dac0cf63e6fd27 /interface-definitions/vrf.xml.in | |
parent | 26f6168626f79ebc3e027ecf5f77d79a6337d97c (diff) | |
download | vyos-1x-794f193d11c8c1b5fed78f4e40280480446ab593.tar.gz vyos-1x-794f193d11c8c1b5fed78f4e40280480446ab593.zip |
xml: add missing "u32:" value declarator on integer ranges
Diffstat (limited to 'interface-definitions/vrf.xml.in')
-rw-r--r-- | interface-definitions/vrf.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index 2ed50ec5c..a82c0b2a6 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -76,7 +76,7 @@ <properties> <help>Routing table associated with this instance</help> <valueHelp> - <format>100-65535</format> + <format>u32:100-65535</format> <description>Routing table ID</description> </valueHelp> <constraint> @@ -91,7 +91,7 @@ <!-- priority must be after BGP --> <priority>822</priority> <valueHelp> - <format>0-16777214</format> + <format>u32:0-16777214</format> <description>VXLAN virtual network identifier</description> </valueHelp> <constraint> |