summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/show-nht.xml.i
blob: 55dacf3a492b381fd4645c856ce7ed97b80913bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- included start from show-nht.xml.i -->
<node name="nht">
  <properties>
    <help>Show Nexthop tracking table</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
  <children>
    <tagNode name="vrf">
      <properties>
        <help>Specify the VRF</help>
        <completionHelp>
          <path>vrf name</path>
          <list>all default</list>
        </completionHelp>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </tagNode>
  </children>
</node>
<!-- included end -->