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-sstpc.xml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'op-mode-definitions/show-interfaces-sstpc.xml.in') diff --git a/op-mode-definitions/show-interfaces-sstpc.xml.in b/op-mode-definitions/show-interfaces-sstpc.xml.in index e66d3a0ac..c473f9822 100644 --- a/op-mode-definitions/show-interfaces-sstpc.xml.in +++ b/op-mode-definitions/show-interfaces-sstpc.xml.in @@ -11,7 +11,7 @@ interfaces sstpc - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" + ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4" @@ -34,13 +34,13 @@ Show SSTP client interface information - ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=sstpc --action=show-brief + ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=sstpc Show detailed SSTP client interface information - ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=sstpc --action=show + ${vyos_op_scripts_dir}/interfaces.py show --intf_type=sstpc -- cgit v1.2.3