blob: c26e47b479bc0151b99ae08ac6db1439f1620d05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- included start from bgp/reset-bgp-peer-group.xml.i -->
<tagNode name="peer-group">
<properties>
<help>Reset all members of peer-group</help>
<completionHelp>
<path>protocols bgp peer-group</path>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/bgp/reset-bgp-neighbor-options.xml.i>
</children>
</tagNode>
<!-- included end -->
|