summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/bgp/reset-bgp-neighbor-options.xml.i
blob: d9feee18a947b9f1d8f3507679d1399d11be0eb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!-- included start from bgp/reset-bgp-neighbor-options.xml.i -->
<node name="in">
  <properties>
    <help>Send route-refresh unless using 'soft-reconfiguration inbound'</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
  <children>
    <leafNode name="prefix-filter">
      <properties>
        <help>Push out prefix-list ORF and do inbound soft reconfig</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </leafNode>
  </children>
</node>
<leafNode name="message-stats">
  <properties>
    <help>Reset message statistics</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<leafNode name="out">
  <properties>
    <help>Resend all outbound updates</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<node name="soft">
  <properties>
    <help>Soft reconfig inbound and outbound updates</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
  <children>
    <node name="in">
      <properties>
        <help>Send route-refresh unless using 'soft-reconfiguration inbound'</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </node>
    <node name="out">
      <properties>
        <help>Resend all outbound updates</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </node>
  </children>
</node>
<!-- included end -->