diff options
Diffstat (limited to 'op-mode-definitions/clear-ip.xml')
-rw-r--r-- | op-mode-definitions/clear-ip.xml | 40 |
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><WORD></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><x.x.x.x/x></list> - </completionHelp> - </properties> - <command>vtysh -c "$*"</command> - </leafNode> - </children> - </tagNode> - </children> - </node> - </children> - </node> -</interfaceDefinition> |