blob: 360153d8e143eaa0067a1ec5fb79b31f16efbf77 (
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="vrf">
<properties>
<help>Show VRF information</help>
</properties>
<command>${vyos_op_scripts_dir}/show_vrf.py -e</command>
</node>
<tagNode name="vrf">
<properties>
<help>Show information on specific VRF instance</help>
<completionHelp>
<path>vrf name</path>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/show_vrf.py -e "$3"</command>
</tagNode>
</children>
</node>
</interfaceDefinition>
|