summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-route-map.xml
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2020-06-19 16:56:22 +0300
committerGitHub <noreply@github.com>2020-06-19 15:56:22 +0200
commita686e090b2bd19ce27d3d09318d63208448e0707 (patch)
tree227602605de719d2efbc6654d0c83779fba8419e /op-mode-definitions/show-route-map.xml
parent4b5793bced424034daa944400eb8c2f198d0d0d2 (diff)
downloadvyos-1x-a686e090b2bd19ce27d3d09318d63208448e0707.tar.gz
vyos-1x-a686e090b2bd19ce27d3d09318d63208448e0707.zip
op-mode: T2617: rewrite vyatta-op-quagga to XML
Diffstat (limited to 'op-mode-definitions/show-route-map.xml')
-rw-r--r--op-mode-definitions/show-route-map.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/op-mode-definitions/show-route-map.xml b/op-mode-definitions/show-route-map.xml
new file mode 100644
index 000000000..0e376757b
--- /dev/null
+++ b/op-mode-definitions/show-route-map.xml
@@ -0,0 +1,22 @@
+<?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>