blob: 55e10a5eef51cf32250cd72fcd1183a95e88252f (
plain)
1
2
3
4
5
6
7
8
|
<!-- included start from ospfv3/dump.xml.i -->
<node name="dump">
<properties>
<help>Show dump of LSAs</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<!-- included end -->
|