diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-18 17:53:55 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-11-18 17:59:48 +0100 |
commit | b6745f513c7184476c9417e7d8a242303437edb5 (patch) | |
tree | 32d56d4818fd12dc2a0687d628192b712d4ef7e6 /op-mode-definitions/show-ip-route.xml.in | |
parent | 57ffa79bbde2b4144d0b8be71feafea6043193dd (diff) | |
download | vyos-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/show-ip-route.xml.in')
-rw-r--r-- | op-mode-definitions/show-ip-route.xml.in | 7 |
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><vrf></list> + <list>all</list> <path>vrf name</path> </completionHelp> </properties> |