summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-table.xml.in
blob: c7998e35dc60eedd0ec42baebb11da2106c522b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <leafNode name="table">
        <properties>
          <help>Show routing tables</help>
        </properties>
        <command>vtysh -c "show zebra router table summary"</command>
      </leafNode>
    </children>
  </node>
</interfaceDefinition>