diff options
author | John Estabrook <jestabro@vyos.io> | 2022-12-22 09:31:40 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 09:31:40 -0600 |
commit | 54a1b3552eb294c192850c74d04f8769b0b92bc0 (patch) | |
tree | f44481f6bd36bcf4f4acfe9a76c43a4ef2718dde /op-mode-definitions/show-interfaces-wwan.xml.in | |
parent | 65b104d6e0608e229aa36d948fabddaf3f4a0a8b (diff) | |
parent | e4bf3d409d1a8721186810a2dc1871d58501ec8e (diff) | |
download | vyos-1x-54a1b3552eb294c192850c74d04f8769b0b92bc0.tar.gz vyos-1x-54a1b3552eb294c192850c74d04f8769b0b92bc0.zip |
Merge pull request #1720 from jestabro/op-mode-interfaces
T4866: rewrite show_interfaces.py show* functions to standardized op-mode
Diffstat (limited to 'op-mode-definitions/show-interfaces-wwan.xml.in')
-rw-r--r-- | op-mode-definitions/show-interfaces-wwan.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/op-mode-definitions/show-interfaces-wwan.xml.in b/op-mode-definitions/show-interfaces-wwan.xml.in index 3cd29b38a..8ac5933a2 100644 --- a/op-mode-definitions/show-interfaces-wwan.xml.in +++ b/op-mode-definitions/show-interfaces-wwan.xml.in @@ -12,7 +12,7 @@ <script>cd /sys/class/net; ls -d wwan*</script> </completionHelp> </properties> - <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4"</command> + <command>${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4"</command> <children> <leafNode name="capabilities"> <properties> @@ -86,13 +86,13 @@ <properties> <help>Show Wireless Modem (WWAN) interface information</help> </properties> - <command>${vyos_op_scripts_dir}/show_interfaces.py --intf-type=wirelessmodem --action=show-brief</command> + <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=wirelessmodem</command> <children> <leafNode name="detail"> <properties> <help>Show detailed Wireless Modem (WWAN( interface information</help> </properties> - <command>${vyos_op_scripts_dir}/show_interfaces.py --intf-type=wirelessmodem --action=show</command> + <command>${vyos_op_scripts_dir}/interfaces.py show --intf_type=wirelessmodem</command> </leafNode> </children> </node> |