diff options
Diffstat (limited to 'op-mode-definitions/show-ipv6-prefix-list.xml.in')
-rw-r--r-- | op-mode-definitions/show-ipv6-prefix-list.xml.in | 106 |
1 files changed, 50 insertions, 56 deletions
diff --git a/op-mode-definitions/show-ipv6-prefix-list.xml.in b/op-mode-definitions/show-ipv6-prefix-list.xml.in index e003ad110..db1a2754e 100644 --- a/op-mode-definitions/show-ipv6-prefix-list.xml.in +++ b/op-mode-definitions/show-ipv6-prefix-list.xml.in @@ -13,78 +13,72 @@ </properties> <command>vtysh -c "show ipv6 prefix-list"</command> <children> - <node name="detail"> + <virtualTagNode> <properties> - <help>Show detail of IPv6 prefix-lists</help> - </properties> - <command>vtysh -c "show ipv6 prefix-list detail"</command> - </node> - <tagNode name="detail"> - <properties> - <help>Show detail of specified IPv6 prefix-list</help> - </properties> - <command>vtysh -c "show ipv6 prefix-list detail $5"</command> - </tagNode> - <node name="summary"> - <properties> - <help>Show summary of IPv6 prefix-lists</help> - </properties> - <command>vtysh -c "show ipv6 prefix-list summary"</command> - </node> - <tagNode name="summary"> - <properties> - <help>Show summary of specified IPv6 prefix-list</help> - </properties> - <command>vtysh -c "show ipv6 prefix-list summary $5"</command> - </tagNode> - </children> - </node> - <tagNode name="prefix-list"> - <properties> - <help>Show specified IPv6 prefix-list</help> - <completionHelp> - <list>WORD</list> - </completionHelp> - </properties> - <command>vtysh -c "show ipv6 prefix-list $4"</command> - <children> - <node name="node.tag"> - <properties> - <help>Show select prefix of specified IPv6 prefix-list</help> + <help>Show specified IPv6 prefix-list</help> <completionHelp> - <list><h:h:h:h:h:h:h:h/x></list> + <list>WORD</list> </completionHelp> </properties> - <command>vtysh -c "show ipv6 prefix-list $4 $5"</command> + <command>vtysh -c "show ipv6 prefix-list $4"</command> <children> - <node name="first-match"> + <virtualTagNode> <properties> - <help>Show first-match from select prefix of named IPv6 prefix-list</help> + <help>Show select prefix of specified IPv6 prefix-list</help> + <completionHelp> + <list><h:h:h:h:h:h:h:h/x></list> + </completionHelp> </properties> - <command>vtysh -c "show ipv6 prefix-list $4 $5 first-match"</command> - </node> - <node name="longer"> + <command>vtysh -c "show ipv6 prefix-list $4 $5"</command> + <children> + <node name="first-match"> + <properties> + <help>Show first-match from select prefix of named IPv6 prefix-list</help> + </properties> + <command>vtysh -c "show ipv6 prefix-list $4 $5 first-match"</command> + </node> + <node name="longer"> + <properties> + <help>Show longer match of select prefix from named IPv6 prefix-list</help> + </properties> + <command>vtysh -c "show ipv6 prefix-list $4 $5 longer"</command> + </node> + </children> + </virtualTagNode> + <tagNode name="seq"> <properties> - <help>Show longer match of select prefix from named IPv6 prefix-list</help> + <help>Show specified sequence from specified IPv6 prefix-list</help> </properties> - <command>vtysh -c "show ipv6 prefix-list $4 $5 longer"</command> - </node> + <standalone> + <help>Show specified sequence from specified IPv6 prefix-list</help> + <command>vtysh -c "show ipv6 prefix-list $4 seq"</command> + </standalone> + <command>vtysh -c "show ipv6 prefix-list $4 seq $6"</command> + </tagNode> </children> - </node> - <node name="seq"> + </virtualTagNode> + <tagNode name="detail"> <properties> - <help>Show specified sequence from specified IPv6 prefix-list</help> + <help>Show detail of specified IPv6 prefix-list</help> </properties> - <command>vtysh -c "show ipv6 prefix-list $4 seq"</command> - </node> - <tagNode name="seq"> + <command>vtysh -c "show ipv6 prefix-list detail $5"</command> + <standalone> + <help>Show details of IPv6 prefix lists</help> + <command>vtysh -c "show ipv6 prefix-list detail"</command> + </standalone> + </tagNode> + <tagNode name="summary"> <properties> - <help>Show specified sequence from specified IPv6 prefix-list</help> + <help>Show summary of specified IPv6 prefix-list</help> </properties> - <command>vtysh -c "show ipv6 prefix-list $4 seq $6"</command> + <command>vtysh -c "show ipv6 prefix-list summary $5"</command> + <standalone> + <help>Show summary of IPv6 prefix lists</help> + <command>vtysh -c "show ipv6 prefix-list summary"</command> + </standalone> </tagNode> </children> - </tagNode> + </node> </children> </node> </children> |