summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-route-map.xml
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/show-route-map.xml')
-rw-r--r--op-mode-definitions/show-route-map.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/op-mode-definitions/show-route-map.xml b/op-mode-definitions/show-route-map.xml
deleted file mode 100644
index 0e376757b..000000000
--- a/op-mode-definitions/show-route-map.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<interfaceDefinition>
- <node name="show">
- <children>
- <node name="route-map">
- <properties>
- <help>Show route-map information</help>
- </properties>
- <command>/usr/bin/vtysh -c "show route-map"</command>
- </node>
- <tagNode name="route-map">
- <properties>
- <help>Show specified route-map information</help>
- <completionHelp>
- <path>policy route-map</path>
- </completionHelp>
- </properties>
- <command>/usr/bin/vtysh -c "show route-map $3"</command>
- </tagNode>
- </children>
- </node>
-</interfaceDefinition>