blob: 91564440d2770bfad50fb085b903ebc402d0b552 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="ip">
<properties>
<help>Show IPv4 routing information</help>
</properties>
<children>
<node name="neighbors">
<properties>
<help>Show IPv4 Neighbor Discovery (ND) information</help>
</properties>
<command>${vyos_op_scripts_dir}/show_neigh.py --family inet</command>
</node>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|