summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ip.xml.in
blob: dd338ff81e12ea73ba98870076c564bcde920950 (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>ip -f inet neigh list</command>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>