From 6d4caef050a1aefbddbdae3ad3d3928e464426f1 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 28 Apr 2023 17:57:29 +0100 Subject: opmode: T5191: replace underscores with hyphens in generated options --- 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 c41e7bd5f..aa224e6cf 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}/interfaces.py show --intf_name="$4" --intf_type=bonding + ${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4" --intf-type=bonding Show summary of the specified bonding interface information - ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4" --intf_type=bonding + ${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name="$4" --intf-type=bonding @@ -38,13 +38,13 @@ interfaces bonding ${COMP_WORDS[3]} vif - ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4.$6" --intf_type=bonding + ${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4.$6" --intf-type=bonding Show summary of specified virtual network interface (vif) information - ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4.$6" --intf_type=bonding + ${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name="$4.$6" --intf-type=bonding @@ -60,13 +60,13 @@ Show Bonding interface information - ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=bonding + ${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=bonding Show detailed bonding interface information - ${vyos_op_scripts_dir}/interfaces.py show --intf_type=bonding + ${vyos_op_scripts_dir}/interfaces.py show --intf-type=bonding -- cgit v1.2.3