summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/bgp/reset-bgp-afi-common.xml.i
blob: 2f88daad3d0efe6877525c3f15ed9699648c24f7 (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}/vtysh_wrapper.sh $@</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}/vtysh_wrapper.sh $@</command>
  <children>
    #include <include/bgp/reset-bgp-neighbor-options.xml.i>
  </children>
</tagNode>
<!-- included end -->