summaryrefslogtreecommitdiff
path: root/interface-definitions/dhcp-relay.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 14:48:53 +0200
commit794f193d11c8c1b5fed78f4e40280480446ab593 (patch)
tree57cc1d9b901d38068eb8758e68dac0cf63e6fd27 /interface-definitions/dhcp-relay.xml.in
parent26f6168626f79ebc3e027ecf5f77d79a6337d97c (diff)
downloadvyos-1x-794f193d11c8c1b5fed78f4e40280480446ab593.tar.gz
vyos-1x-794f193d11c8c1b5fed78f4e40280480446ab593.zip
xml: add missing "u32:" value declarator on integer ranges
Diffstat (limited to 'interface-definitions/dhcp-relay.xml.in')
-rw-r--r--interface-definitions/dhcp-relay.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/dhcp-relay.xml.in b/interface-definitions/dhcp-relay.xml.in
index 8c95239d9..0d485ef80 100644
--- a/interface-definitions/dhcp-relay.xml.in
+++ b/interface-definitions/dhcp-relay.xml.in
@@ -27,7 +27,7 @@
<properties>
<help>Policy to discard packets that have reached specified hop-count</help>
<valueHelp>
- <format>1-255</format>
+ <format>u32:1-255</format>
<description>Hop count (default: 10)</description>
</valueHelp>
<constraint>
@@ -41,7 +41,7 @@
<properties>
<help>Maximum packet size to send to a DHCPv4/BOOTP server</help>
<valueHelp>
- <format>64-1400</format>
+ <format>u32:64-1400</format>
<description>Maximum packet size (default: 576)</description>
</valueHelp>
<constraint>