diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-04 19:10:32 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-04 21:43:59 +0100 |
commit | 8fa0754f3aa8e4df18b0448e970abc01f348366f (patch) | |
tree | c6f9f93aa8b99cceb86aa9ded9dd6b08bf43230f /interface-definitions/vrf.xml.in | |
parent | c3bba9873dd6412d14b073d06c04278de25fed67 (diff) | |
download | vyos-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.in | 8 |
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> |