From 0cdd2740f300a8b4ebfde931feb82610bcfd7f78 Mon Sep 17 00:00:00 2001 From: Sander Klein Date: Wed, 11 Jan 2023 20:01:17 +0100 Subject: Backport: T4918: op_mode interfaces: Fix show int `show interfaces ethernet eth0` and `show interface bonding eth0` produces the same output. While this is not a big problem it does make usage a bit odd sometimes. This commit adds the --intf_type option to all instances of interfaces.py to make output consistent. --- op-mode-definitions/show-interfaces-bonding.xml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'op-mode-definitions/show-interfaces-bonding.xml.in') diff --git a/op-mode-definitions/show-interfaces-bonding.xml.in b/op-mode-definitions/show-interfaces-bonding.xml.in index d4e737d5b..c3cf91992 100644 --- a/op-mode-definitions/show-interfaces-bonding.xml.in +++ b/op-mode-definitions/show-interfaces-bonding.xml.in @@ -11,13 +11,13 @@ interfaces bonding - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" + ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --intf-type=bonding Show summary of the specified bonding interface information - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief + ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief --intf-type=bonding @@ -32,13 +32,13 @@ interfaces bonding ${COMP_WORDS[3]} vif - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" + ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" --intf-type=bonding Show summary of specified virtual network interface (vif) information - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" --action=show-brief + ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" --action=show-brief --intf-type=bonding -- cgit v1.2.3