blob: 633b2a4cb262a424b12c6998249c97737b538689 (
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>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>vtysh -c "show route-map $3"</command>
</tagNode>
</children>
</node>
</interfaceDefinition>
|