summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/ospfv3/border-routers.xml.i
blob: b6fac6785bccdddbf58231d38e4f256c5edb01d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- included start from ospfv3/border-routers.xml.i -->
<node name="border-routers">
  <properties>
    <help>Show OSPFv3 border-router (ABR and ASBR) information</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
  <children>
    #include <include/ospfv3/detail.xml.i>
  </children>
</node>
<tagNode name="border-routers">
  <properties>
    <help>Border router ID</help>
    <completionHelp>
      <list>&lt;x.x.x.x&gt;</list>
    </completionHelp>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<!-- included end -->