summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/bgp/next-hop.xml.i
blob: 517a448884c5d1c411958e9132410bb75b0d7f12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- included start from bgp/next-hop.xml.i -->
<node name="nexthop">
  <properties>
    <help>Show BGP nexthop table</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
  <children>
    #include <include/vtysh-generic-detail.xml.i>
  </children>
</node>
<tagNode name="nexthop">
  <properties>
    <help>IPv4/IPv6 nexthop address</help>
    <completionHelp>
      <list>&lt;x.x.x.x&gt; &lt;h:h:h:h:h:h:h:h&gt;</list>
    </completionHelp>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
  <children>
    #include <include/vtysh-generic-detail.xml.i>
  </children>
</tagNode>
<!-- included end -->