diff options
author | Christian Breunig <christian@breunig.cc> | 2024-12-01 09:31:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-01 09:31:04 +0100 |
commit | 0808301358262703cb7c8c0b752ba67621a0bfec (patch) | |
tree | e5308424383a939b727cb431e2ac13d4fdd16002 /op-mode-definitions | |
parent | e5faa4dab2b3b52b6f2dbbcafa00f0922b185d4c (diff) | |
parent | 8fd29dfdcbe0f8ba7f7fb9915e96ffd704695a74 (diff) | |
download | vyos-1x-0808301358262703cb7c8c0b752ba67621a0bfec.tar.gz vyos-1x-0808301358262703cb7c8c0b752ba67621a0bfec.zip |
Merge pull request #4209 from natali-rs1985/T6770
op_mode: T6770: Fix op command "show bridge vni"
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-bridge.xml.in | 2 |
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> |