summaryrefslogtreecommitdiff
path: root/interface-definitions/vrf.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-04 19:10:32 +0100
committerChristian Poessinger <christian@poessinger.com>2020-03-04 21:43:59 +0100
commit8fa0754f3aa8e4df18b0448e970abc01f348366f (patch)
treec6f9f93aa8b99cceb86aa9ded9dd6b08bf43230f /interface-definitions/vrf.xml.in
parentc3bba9873dd6412d14b073d06c04278de25fed67 (diff)
downloadvyos-1x-8fa0754f3aa8e4df18b0448e970abc01f348366f.tar.gz
vyos-1x-8fa0754f3aa8e4df18b0448e970abc01f348366f.zip
vrf: T31: improve help for routing table
Diffstat (limited to 'interface-definitions/vrf.xml.in')
-rw-r--r--interface-definitions/vrf.xml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in
index 717a283aa..a6c67e9dd 100644
--- a/interface-definitions/vrf.xml.in
+++ b/interface-definitions/vrf.xml.in
@@ -2,7 +2,7 @@
<interfaceDefinition>
<node name="vrf" owner="${vyos_conf_scripts_dir}/vrf.py">
<properties>
- <help>VRF configuration</help>
+ <help>Virtual Routing and Forwarding</help>
<!-- must be before any interface creation -->
<priority>210</priority>
</properties>
@@ -35,14 +35,14 @@
<children>
<leafNode name="table">
<properties>
- <help>The routing table to associate to this VRF</help>
+ <help>Routing table associated with this instance</help>
<constraint>
<validator name="numeric" argument="--range 1-2147483647"/>
</constraint>
<constraintErrorMessage>Invalid kernel table number</constraintErrorMessage>
<valueHelp>
- <format>number</format>
- <description>the VRF must be a number between 1 and 2^31-1</description>
+ <format>1-2147483647</format>
+ <description>Routing table ID</description>
</valueHelp>
</properties>
</leafNode>