diff options
author | sever-sever <v.gletenko@vyos.io> | 2021-01-14 12:33:12 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-14 18:38:36 +0100 |
commit | 05fe556af1047f9c8fdb352390cd60e13833deb7 (patch) | |
tree | 2be0b3ad69f76770a2a40d6a068aabe189f28169 /op-mode-definitions | |
parent | 426b5a76e1e251d122d5b2e17c5a39b4298b5071 (diff) | |
download | vyos-1x-05fe556af1047f9c8fdb352390cd60e13833deb7.tar.gz vyos-1x-05fe556af1047f9c8fdb352390cd60e13833deb7.zip |
op-mode: T3215: Fix show ipv6 route nodes
(cherry picked from commit d6faba8c708b4376f148a28c89fe6ff39f369064)
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-ipv6-route.xml.in | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/op-mode-definitions/show-ipv6-route.xml.in b/op-mode-definitions/show-ipv6-route.xml.in index fafd615ea..9ac8687ab 100644 --- a/op-mode-definitions/show-ipv6-route.xml.in +++ b/op-mode-definitions/show-ipv6-route.xml.in @@ -7,23 +7,6 @@ <help>Show IPv6 routing information</help> </properties> <children> - <tagNode name="route"> - <properties> - <help>Show IPv6 routes of given address or prefix</help> - <completionHelp> - <list><h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x></list> - </completionHelp> - </properties> - <children> - <node name="longer-prefixes"> - <properties> - <help>Show longer prefixes of routes for given address or prefix</help> - </properties> - <command>vtysh -c "show ipv6 route $4 longer-prefixes"</command> - </node> - </children> - <command>vtysh -c "show ipv6 route $4"</command> - </tagNode> <node name="route"> <properties> <help>Show IPv6 routes</help> @@ -110,6 +93,23 @@ </tagNode> </children> </node> + <tagNode name="route"> + <properties> + <help>Show IPv6 routes of given address or prefix</help> + <completionHelp> + <list><h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x></list> + </completionHelp> + </properties> + <children> + <node name="longer-prefixes"> + <properties> + <help>Show longer prefixes of routes for given address or prefix</help> + </properties> + <command>vtysh -c "show ipv6 route $4 longer-prefixes"</command> + </node> + </children> + <command>vtysh -c "show ipv6 route $4"</command> + </tagNode> </children> </node> </children> |