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/dns-dynamic.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/dns-dynamic.xml.in')
-rw-r--r-- | interface-definitions/dns-dynamic.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/dns-dynamic.xml.in b/interface-definitions/dns-dynamic.xml.in index b0b9158c8..250642691 100644 --- a/interface-definitions/dns-dynamic.xml.in +++ b/interface-definitions/dns-dynamic.xml.in @@ -49,7 +49,7 @@ <properties> <help>Time To Live (default: 600)</help> <valueHelp> - <format>1-86400</format> + <format>u32:1-86400</format> <description>DNS forwarding cache size</description> </valueHelp> <constraint> |