summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl0crian1 <ryan.claridge13@gmail.com>2025-09-19 07:56:35 -0400
committerl0crian1 <ryan.claridge13@gmail.com>2025-09-19 07:56:35 -0400
commit027ed9b80b6234eade1e183767822bde1c2a3991 (patch)
treea9601583e5cf20cf4d6d46e067ce6eec5575f0dc
parent1824f304c969be04c7dcb0d8868576839316c2dc (diff)
downloadvyos-1x-027ed9b80b6234eade1e183767822bde1c2a3991.tar.gz
vyos-1x-027ed9b80b6234eade1e183767822bde1c2a3991.zip
op-mode: T7516: fix reset ip bgp base commands
-rw-r--r--op-mode-definitions/reset-ip-bgp.xml.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/op-mode-definitions/reset-ip-bgp.xml.in b/op-mode-definitions/reset-ip-bgp.xml.in
index d11d3ce3d..6104b2ac7 100644
--- a/op-mode-definitions/reset-ip-bgp.xml.in
+++ b/op-mode-definitions/reset-ip-bgp.xml.in
@@ -16,7 +16,7 @@
<script>${vyos_completion_dir}/list_bgp_neighbors.sh --ipv4</script>
</completionHelp>
</properties>
- <command>${vyos_op_scripts_dir}/reset_bgp.py --command="$*"</command>
+ <command>${vyos_op_scripts_dir}/bgp.py reset --command="$*"</command>
<children>
#include <include/bgp/reset-bgp-neighbor-options.xml.i>
</children>
@@ -25,7 +25,7 @@
<properties>
<help>Clear all BGP peering sessions</help>
</properties>
- <command>${vyos_op_scripts_dir}/reset_bgp.py --command="$*"</command>
+ <command>${vyos_op_scripts_dir}/bgp.py reset --command="$*"</command>
<children>
#include <include/bgp/reset-bgp-neighbor-options.xml.i>
</children>
@@ -39,9 +39,9 @@
</properties>
<standalone>
<help>Clear BGP route flap dampening information</help>
- <command>${vyos_op_scripts_dir}/reset_bgp.py --command="$*"</command>
+ <command>${vyos_op_scripts_dir}/bgp.py reset --command="$*"</command>
</standalone>
- <command>${vyos_op_scripts_dir}/reset_bgp.py --command="$*"</command>
+ <command>${vyos_op_scripts_dir}/bgp.py reset --command="$*"</command>
<children>
<virtualTagNode>
<properties>
@@ -50,7 +50,7 @@
<list>&lt;x.x.x.x&gt;</list>
</completionHelp>
</properties>
- <command>${vyos_op_scripts_dir}/reset_bgp.py --command="$*"</command>
+ <command>${vyos_op_scripts_dir}/bgp.py reset --command="$*"</command>
</virtualTagNode>
</children>
</tagNode>
@@ -68,7 +68,7 @@
<properties>
<help>Clear all BGP peering sessions for vrf</help>
</properties>
- <command>${vyos_op_scripts_dir}/reset_bgp.py --command="$*"</command>
+ <command>${vyos_op_scripts_dir}/bgp.py reset --command="$*"</command>
<children>
#include <include/bgp/reset-bgp-neighbor-options.xml.i>
</children>
@@ -80,7 +80,7 @@
<list>&lt;x.x.x.x&gt;</list>
</completionHelp>
</properties>
- <command>${vyos_op_scripts_dir}/reset_bgp.py --command="$*"</command>
+ <command>${vyos_op_scripts_dir}/bgp.py reset --command="$*"</command>
<children>
#include <include/bgp/reset-bgp-neighbor-options.xml.i>
</children>