blob: e8827a2c4a945ccff02764de2d357baef0bf7f17 (
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/frr-detail.xml.i>
</children>
</node>
<tagNode name="border-routers">
<properties>
<help>Border router ID</help>
<completionHelp>
<list><x.x.x.x></list>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<!-- included end -->
|