summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-11-18 17:53:55 +0100
committerChristian Poessinger <christian@poessinger.com>2021-11-18 17:59:10 +0100
commit24d9a9261fca4a37085088761079cce9b5157c34 (patch)
tree45704d97ef5ac91d8b51767ccd25a292c793ce25 /op-mode-definitions
parent28493c64f1627a4293fd1db8b0bc5cc8649561d0 (diff)
downloadvyos-1x-24d9a9261fca4a37085088761079cce9b5157c34.tar.gz
vyos-1x-24d9a9261fca4a37085088761079cce9b5157c34.zip
xml: op-mode: improve help for "show ip route vrf"
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/show-ip-route.xml.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/op-mode-definitions/show-ip-route.xml.in b/op-mode-definitions/show-ip-route.xml.in
index 729572b4a..740993693 100644
--- a/op-mode-definitions/show-ip-route.xml.in
+++ b/op-mode-definitions/show-ip-route.xml.in
@@ -125,16 +125,11 @@
</properties>
<command>vtysh -c "show ip route tag $5"</command>
</tagNode>
- <node name="vrf">
- <properties>
- <help>Show IP routes in VRF</help>
- </properties>
- </node>
<tagNode name="vrf">
<properties>
<help>Show IP routes in VRF</help>
<completionHelp>
- <list>&lt;vrf&gt;</list>
+ <list>all</list>
<path>vrf name</path>
</completionHelp>
</properties>