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-tunnel.xml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'op-mode-definitions/show-interfaces-tunnel.xml.in') diff --git a/op-mode-definitions/show-interfaces-tunnel.xml.in b/op-mode-definitions/show-interfaces-tunnel.xml.in index 10e10e655..b99b0cbb2 100644 --- a/op-mode-definitions/show-interfaces-tunnel.xml.in +++ b/op-mode-definitions/show-interfaces-tunnel.xml.in @@ -11,13 +11,13 @@ interfaces tunnel - ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4" --intf_type=tunnel + ${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4" --intf-type=tunnel Show summary of the specified tunnel interface information - ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4" --intf_type=tunnel + ${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name="$4" --intf-type=tunnel @@ -25,13 +25,13 @@ Show Tunnel interface information - ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=tunnel + ${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=tunnel Show detailed tunnel interface information - ${vyos_op_scripts_dir}/interfaces.py show --intf_type=tunnel + ${vyos_op_scripts_dir}/interfaces.py show --intf-type=tunnel -- cgit v1.2.3