blob: d5e3b373dd026f5063fa8731ea015b21e7c9a6b3 (
plain)
1
2
3
4
5
6
7
8
9
|
<!-- included start from ospfv3-detail.xml.i -->
<node name="detail">
<properties>
<help>Show detailed information</help>
</properties>
<!-- FRR uses ospf6 where we use ospfv3, thus alter the command -->
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<!-- included end -->
|