diff options
author | sever-sever <v.gletenko@vyos.io> | 2021-01-14 12:33:12 +0000 |
---|---|---|
committer | sever-sever <v.gletenko@vyos.io> | 2021-01-14 12:33:12 +0000 |
commit | d6faba8c708b4376f148a28c89fe6ff39f369064 (patch) | |
tree | cd10f2eafc545b0ee67bb4207d3eafe5e5b18282 /op-mode-definitions/show-ipv6-route.xml.in | |
parent | ea1be032e98fd1634e71d3c2d61b3e93bff841de (diff) | |
download | vyos-1x-d6faba8c708b4376f148a28c89fe6ff39f369064.tar.gz vyos-1x-d6faba8c708b4376f148a28c89fe6ff39f369064.zip |
op-mode: T3215: Fix show ipv6 route nodes
Diffstat (limited to 'op-mode-definitions/show-ipv6-route.xml.in')
-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> |