blob: 55bed7c77fa5a3955d6b7e4a5d096d932b65d7ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!-- included start from bgp/received-routes.xml.i -->
<node name="received-routes">
<properties>
<help>Show received routes from 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 -->
|