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:10 +0100 |
commit | 24d9a9261fca4a37085088761079cce9b5157c34 (patch) | |
tree | 45704d97ef5ac91d8b51767ccd25a292c793ce25 /op-mode-definitions | |
parent | 28493c64f1627a4293fd1db8b0bc5cc8649561d0 (diff) | |
download | vyos-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.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 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><vrf></list> + <list>all</list> <path>vrf name</path> </completionHelp> </properties> |