summaryrefslogtreecommitdiff
path: root/op-mode-definitions/clear-ip.xml
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/clear-ip.xml')
-rw-r--r--op-mode-definitions/clear-ip.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/op-mode-definitions/clear-ip.xml b/op-mode-definitions/clear-ip.xml
deleted file mode 100644
index 3c75ed11b..000000000
--- a/op-mode-definitions/clear-ip.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0"?>
-<interfaceDefinition>
- <node name="clear">
- <children>
- <node name="ip">
- <properties>
- <help>Clear Internet Protocol (IP) statistics or status</help>
- </properties>
- <children>
- <node name="prefix-list">
- <properties>
- <help>Clear prefix-list statistics or status</help>
- </properties>
- <command>vtysh -c "$*"</command>
- </node>
- <tagNode name="prefix-list">
- <properties>
- <help>Clear prefix-list statistics or status for specified word</help>
- <completionHelp>
- <list>&lt;WORD&gt;</list>
- </completionHelp>
- </properties>
- <command>vtysh -c "$*"</command>
- <children>
- <leafNode name="node.tag">
- <properties>
- <help>Clear prefix-list statistics or status for given word|network</help>
- <completionHelp>
- <list>&lt;x.x.x.x/x&gt;</list>
- </completionHelp>
- </properties>
- <command>vtysh -c "$*"</command>
- </leafNode>
- </children>
- </tagNode>
- </children>
- </node>
- </children>
- </node>
-</interfaceDefinition>