diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-01-14 19:45:19 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 19:45:19 +0700 |
commit | 1a58bfde9ad954935b9e26d9d3617a9cceb136be (patch) | |
tree | cd10f2eafc545b0ee67bb4207d3eafe5e5b18282 | |
parent | ea1be032e98fd1634e71d3c2d61b3e93bff841de (diff) | |
parent | d6faba8c708b4376f148a28c89fe6ff39f369064 (diff) | |
download | vyos-1x-1a58bfde9ad954935b9e26d9d3617a9cceb136be.tar.gz vyos-1x-1a58bfde9ad954935b9e26d9d3617a9cceb136be.zip |
Merge pull request #680 from sever-sever/T3215
op-mode: T3215: Fix show ipv6 route nodes
-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> |