summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i
blob: 224fa6b4500f2e50b81f89a321c736716377f908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- included start from bgp-prefix-bestpath-multipath.xml.i -->
<leafNode name="bestpath">
  <properties>
    <help>Display only the bestpath</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<leafNode name="multipath">
  <properties>
    <help>Display only multipaths</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<leafNode name="longer-prefixes">
  <properties>
    <help>Display route and more specific routes</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<!-- included end -->