summaryrefslogtreecommitdiff
path: root/interface-definitions/dhcp-relay.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-11-06 21:23:20 +0100
committerGitHub <noreply@github.com>2023-11-06 21:23:20 +0100
commit8f59318c38667cc55846598b2f062f250b5d36eb (patch)
treec03840ce19260e5c7678180d8b4f32707659e2f0 /interface-definitions/dhcp-relay.xml.in
parentc7042bd0af8bb6d96a2defb01017cfb8d4c1cb7d (diff)
parentb6917f386e5f6af570973d42e63baeb4a98d6261 (diff)
downloadvyos-1x-8f59318c38667cc55846598b2f062f250b5d36eb.tar.gz
vyos-1x-8f59318c38667cc55846598b2f062f250b5d36eb.zip
Merge pull request #2348 from c-po/t4269-cli-defaults-backport
scripts: T4269: node.def generator should automatically add default values (backport)
Diffstat (limited to 'interface-definitions/dhcp-relay.xml.in')
-rw-r--r--interface-definitions/dhcp-relay.xml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/dhcp-relay.xml.in b/interface-definitions/dhcp-relay.xml.in
index e9eb4b5c7..1b62c19a1 100644
--- a/interface-definitions/dhcp-relay.xml.in
+++ b/interface-definitions/dhcp-relay.xml.in
@@ -28,7 +28,7 @@
<help>Policy to discard packets that have reached specified hop-count</help>
<valueHelp>
<format>u32:1-255</format>
- <description>Hop count (default: 10)</description>
+ <description>Hop count</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1-255"/>
@@ -42,7 +42,7 @@
<help>Maximum packet size to send to a DHCPv4/BOOTP server</help>
<valueHelp>
<format>u32:64-1400</format>
- <description>Maximum packet size (default: 576)</description>
+ <description>Maximum packet size</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 64-1400"/>
@@ -53,7 +53,7 @@
</leafNode>
<leafNode name="relay-agents-packets">
<properties>
- <help>Policy to handle incoming DHCPv4 packets which already contain relay agent options (default: forward)</help>
+ <help>Policy to handle incoming DHCPv4 packets which already contain relay agent options</help>
<completionHelp>
<list>append replace forward discard</list>
</completionHelp>