summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ipv6-prefix-list.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/show-ipv6-prefix-list.xml.in')
-rw-r--r--op-mode-definitions/show-ipv6-prefix-list.xml.in20
1 files changed, 8 insertions, 12 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..9e9df5b29 100644
--- a/op-mode-definitions/show-ipv6-prefix-list.xml.in
+++ b/op-mode-definitions/show-ipv6-prefix-list.xml.in
@@ -13,29 +13,25 @@
</properties>
<command>vtysh -c "show ipv6 prefix-list"</command>
<children>
- <node name="detail">
- <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>
+ <standalone>
+ <help>Show details of IPv6 prefix lists</help>
+ <command>vtysh -c "show ipv6 prefix-list detail"</command>
+ </standalone>
</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>
+ <standalone>
+ <help>Show summary of IPv6 prefix lists</help>
+ <command>vtysh -c "show ipv6 prefix-list summary"</command>
+ </standalone>
</tagNode>
</children>
</node>