Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit c4dfcb8

Browse files
committed
T7608: Package build fails with duplicated path 'show vpp interfaces hardware' error
1 parent 4355983 commit c4dfcb8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

op-mode-definitions/show_vpp_interfaces.xml.in

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@
3131
<script>sudo ${vyos_completion_dir}/list_vpp_interfaces.py</script>
3232
</completionHelp>
3333
</properties>
34+
<standalone>
35+
<help>Show VPP interfaces detailed statistics</help>
36+
<command>sudo ${vyos_op_scripts_dir}/show_vpp_interfaces.py --hardware</command>
37+
</standalone>
3438
<command>sudo ${vyos_op_scripts_dir}/show_vpp_interfaces.py --hardware --intf-name="$5"</command>
3539
</tagNode>
36-
<node name="hardware">
37-
<properties>
38-
<help>Show VPP interfaces detailed statistics</help>
39-
</properties>
40-
<command>sudo ${vyos_op_scripts_dir}/show_vpp_interfaces.py --hardware</command>
41-
</node>
4240
</children>
4341
<command>sudo ${vyos_op_scripts_dir}/show_vpp_interfaces.py --summary</command>
4442
</node>

0 commit comments

Comments
 (0)