From 46b619469d5858c723d13ae8c6661eb38d8812d1 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Mon, 19 Dec 2022 12:25:40 -0600 Subject: interfaces: T4866: call interfaces.py in op-mode-definitions --- op-mode-definitions/show-interfaces-bonding.xml.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 c5f82b70e..6908153dd 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}/interfaces.py show --intf_name="$4" Show summary of the specified bonding interface information - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief + ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4" @@ -38,13 +38,13 @@ interfaces bonding ${COMP_WORDS[3]} vif - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" + ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4.$6" 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}/interfaces.py show_summary --intf_name="$4.$6" @@ -60,13 +60,13 @@ Show Bonding interface information - ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=bonding --action=show-brief + ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=bonding Show detailed bonding interface information - ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=bonding --action=show + ${vyos_op_scripts_dir}/interfaces.py show --intf_type=bonding -- cgit v1.2.3