blob: 8089ef5789f24f8170acd83e9027d332e3377a49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!-- included start from bgp/reset-bgp-afi-common.xml.i -->
<node name="external">
<properties>
<help>Reset all external peers</help>
</properties>
<command>${vyos_op_scripts_dir}/bgp.py reset --command="$*"</command>
<children>
#include <include/bgp/reset-bgp-neighbor-options.xml.i>
</children>
</node>
<tagNode name="1-4294967295">
<properties>
<help>Reset peers with the AS number</help>
</properties>
<command>${vyos_op_scripts_dir}/bgp.py reset --command="$*"</command>
<children>
#include <include/bgp/reset-bgp-neighbor-options.xml.i>
</children>
</tagNode>
<!-- included end -->
|