summaryrefslogtreecommitdiff
path: root/interface-definitions/https.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-29 14:29:19 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-29 20:34:31 +0200
commit0deb1709930f620e97ff9a29afc8a86e950f0758 (patch)
treef02090148e3707411d0c730c47798d1640f89006 /interface-definitions/https.xml.in
parenta0e115d558001694060c97260ce8b5c66fbb5d4f (diff)
downloadvyos-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/https.xml.in')
-rw-r--r--interface-definitions/https.xml.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/interface-definitions/https.xml.in b/interface-definitions/https.xml.in
index f3d81c3ed..ccb77910a 100644
--- a/interface-definitions/https.xml.in
+++ b/interface-definitions/https.xml.in
@@ -1,5 +1,4 @@
<?xml version="1.0"?>
-<!-- HTTPS configuration -->
<interfaceDefinition>
<node name="service">
<children>
@@ -47,7 +46,7 @@
<properties>
<help>Port to listen for HTTPS requests; default 443</help>
<valueHelp>
- <format>1-65535</format>
+ <format>u32:1-65535</format>
<description>Numeric IP port</description>
</valueHelp>
<constraint>
@@ -150,9 +149,9 @@
</properties>
</leafNode>
<leafNode name="email">
- <properties>
- <help>Email address to associate with certificate</help>
- </properties>
+ <properties>
+ <help>Email address to associate with certificate</help>
+ </properties>
</leafNode>
</children>
</node>