blob: bb8dc69811630636db2b0405eaa495431169f620 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- included start from bgp/received.xml.i -->
<node name="received">
<properties>
<help>Show information received from BGP neighbor</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
<leafNode name="prefix-filter">
<properties>
<help>Show prefixlist filter</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
</children>
</node>
<!-- included end -->
|