diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-05 10:39:32 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-05 12:21:45 +0200 |
commit | da961052291515f2e31bb4eca4d9091fad8c4d3c (patch) | |
tree | 3f6968bdbf434e3d02d001cee9ef15d731475fcf /op-mode-definitions/include/bgp/reset-bgp-neighbor-options.xml.i | |
parent | 4d405cc696b777c3ed96f2d22c7c82ca40c39a88 (diff) | |
download | vyos-1x-da961052291515f2e31bb4eca4d9091fad8c4d3c.tar.gz vyos-1x-da961052291515f2e31bb4eca4d9091fad8c4d3c.zip |
op-mode: bgp: T4494: add "reset bgp" op-mode tree
Diffstat (limited to 'op-mode-definitions/include/bgp/reset-bgp-neighbor-options.xml.i')
-rw-r--r-- | op-mode-definitions/include/bgp/reset-bgp-neighbor-options.xml.i | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/op-mode-definitions/include/bgp/reset-bgp-neighbor-options.xml.i b/op-mode-definitions/include/bgp/reset-bgp-neighbor-options.xml.i new file mode 100644 index 000000000..d9feee18a --- /dev/null +++ b/op-mode-definitions/include/bgp/reset-bgp-neighbor-options.xml.i @@ -0,0 +1,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 --> |