diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-29 14:29:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-29 20:34:31 +0200 |
commit | 0deb1709930f620e97ff9a29afc8a86e950f0758 (patch) | |
tree | f02090148e3707411d0c730c47798d1640f89006 /interface-definitions/dns-forwarding.xml.in | |
parent | a0e115d558001694060c97260ce8b5c66fbb5d4f (diff) | |
download | vyos-1x-0deb1709930f620e97ff9a29afc8a86e950f0758.tar.gz vyos-1x-0deb1709930f620e97ff9a29afc8a86e950f0758.zip |
xml: add missing "u32:" value declarator on integer ranges
(cherry picked from commit 794f193d11c8c1b5fed78f4e40280480446ab593)
Diffstat (limited to 'interface-definitions/dns-forwarding.xml.in')
-rw-r--r-- | interface-definitions/dns-forwarding.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/dns-forwarding.xml.in b/interface-definitions/dns-forwarding.xml.in index 66b4db403..9b58788c6 100644 --- a/interface-definitions/dns-forwarding.xml.in +++ b/interface-definitions/dns-forwarding.xml.in @@ -18,7 +18,7 @@ <properties> <help>DNS forwarding cache size (default: 10000)</help> <valueHelp> - <format>0-10000</format> + <format>u32:0-10000</format> <description>DNS forwarding cache size</description> </valueHelp> <constraint> @@ -133,7 +133,7 @@ <properties> <help>Maximum amount of time negative entries are cached (default: 3600)</help> <valueHelp> - <format>0-7200</format> + <format>u32:0-7200</format> <description>Seconds to cache NXDOMAIN entries</description> </valueHelp> <constraint> |