blob: cc3f1f9b5e8bf02f48c786afa2d587c5d992df5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!-- included start from bgp/advertised-routes.xml.i -->
<node name="advertised-routes">
<properties>
<help>Show routes advertised to a BGP neighbor</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/vtysh-generic-detail-wide.xml.i>
#include <include/vtysh-generic-wide.xml.i>
</children>
</node>
<!-- included end -->
|