diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-06 08:23:24 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-06 08:24:01 +0200 |
commit | c14bb9ab38112837c3e1e0cafcb3b8f19cfba1c0 (patch) | |
tree | 34d1064bc4b1e8cb654c2a734ebca4ca0ed13ef4 /op-mode-definitions | |
parent | 83c064de8870262f848151faea30991a49a619d4 (diff) | |
download | vyos-1x-c14bb9ab38112837c3e1e0cafcb3b8f19cfba1c0.tar.gz vyos-1x-c14bb9ab38112837c3e1e0cafcb3b8f19cfba1c0.zip |
wwan: T3620: op-mode: not all commands supported by all modems - add info message
(cherry picked from commit 10814c4d3360598262e991e4b20768dfcde91d75)
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-interfaces-wwan.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-interfaces-wwan.xml.in b/op-mode-definitions/show-interfaces-wwan.xml.in index d57e17a13..7e5f49ba6 100644 --- a/op-mode-definitions/show-interfaces-wwan.xml.in +++ b/op-mode-definitions/show-interfaces-wwan.xml.in @@ -68,9 +68,9 @@ </properties> <command>sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --sim</command> </leafNode> - <leafNode name="summary"> + <leafNode name="detail"> <properties> - <help>Show WWAN module information summary</help> + <help>Show WWAN module detailed information summary</help> </properties> <command>mmcli --modem ${4#wwan}</command> </leafNode> |