summaryrefslogtreecommitdiff
path: root/op-mode-definitions/reset-ip-multicast.xml
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/reset-ip-multicast.xml')
-rw-r--r--op-mode-definitions/reset-ip-multicast.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/op-mode-definitions/reset-ip-multicast.xml b/op-mode-definitions/reset-ip-multicast.xml
deleted file mode 100644
index d610add16..000000000
--- a/op-mode-definitions/reset-ip-multicast.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<interfaceDefinition>
- <node name="reset">
- <children>
- <node name="ip">
- <children>
- <node name="multicast">
- <properties>
- <help>IP multicast routing table</help>
- </properties>
- <children>
- <leafNode name="route">
- <properties>
- <help>Clear multicast routing table</help>
- </properties>
- <command>/usr/bin/vtysh -c "clear ip mroute"</command>
- </leafNode>
- </children>
- </node>
- </children>
- </node>
- </children>
- </node>
-</interfaceDefinition>