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:48 +0100
commitb6745f513c7184476c9417e7d8a242303437edb5 (patch)
tree32d56d4818fd12dc2a0687d628192b712d4ef7e6 /op-mode-definitions
parent57ffa79bbde2b4144d0b8be71feafea6043193dd (diff)
downloadvyos-1x-b6745f513c7184476c9417e7d8a242303437edb5.tar.gz
vyos-1x-b6745f513c7184476c9417e7d8a242303437edb5.zip
xml: op-mode: improve help for "show ip route vrf"
(cherry picked from commit 24d9a9261fca4a37085088761079cce9b5157c34)
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 0a24bc45a..fdbb6859d 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>