summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorNataliia Solomko <natalirs1985@gmail.com>2024-11-27 13:02:35 +0200
committerNataliia Solomko <natalirs1985@gmail.com>2024-11-27 16:28:35 +0200
commit8fd29dfdcbe0f8ba7f7fb9915e96ffd704695a74 (patch)
treece790e7f6485a9fbadc674b5165244ce74b417a7 /op-mode-definitions
parent2ad3c2860cd19708118d3328106e51605f96c288 (diff)
downloadvyos-1x-8fd29dfdcbe0f8ba7f7fb9915e96ffd704695a74.tar.gz
vyos-1x-8fd29dfdcbe0f8ba7f7fb9915e96ffd704695a74.zip
op_mode: T6770: Fix op command "show bridge vni"
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/show-bridge.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-bridge.xml.in b/op-mode-definitions/show-bridge.xml.in
index 5d8cc3847..1212ab1f9 100644
--- a/op-mode-definitions/show-bridge.xml.in
+++ b/op-mode-definitions/show-bridge.xml.in
@@ -66,7 +66,7 @@
<properties>
<help>Display bridge interface nexthop-group</help>
</properties>
- <command>${vyos_op_scripts_dir}/bridge.py show_detail --nexthop_group --interface=$3</command>
+ <command>${vyos_op_scripts_dir}/bridge.py show_detail --nexthop-group --interface=$3</command>
</leafNode>
</children>
</tagNode>