summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-route-map.xml.in
blob: 0e376757b9cbf125d7d17db78797bc8d8ec7a605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>