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/protocols-pim.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/protocols-pim.xml.in')
-rw-r--r-- | interface-definitions/protocols-pim.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/protocols-pim.xml.in b/interface-definitions/protocols-pim.xml.in index 6152045a7..bb5cc797b 100644 --- a/interface-definitions/protocols-pim.xml.in +++ b/interface-definitions/protocols-pim.xml.in @@ -21,7 +21,7 @@ <properties> <help>Designated Router Election Priority</help> <valueHelp> - <format>1-4294967295</format> + <format>u32:1-4294967295</format> <description>Value of the new DR Priority</description> </valueHelp> <constraint> @@ -33,7 +33,7 @@ <properties> <help>Hello Interval</help> <valueHelp> - <format>1-180</format> + <format>u32:1-180</format> <description>Hello Interval in seconds</description> </valueHelp> <constraint> @@ -79,7 +79,7 @@ <properties> <help>Keep alive Timer</help> <valueHelp> - <format>31-60000</format> + <format>u32:31-60000</format> <description>Keep alive Timer in seconds</description> </valueHelp> <constraint> |