summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-05-18 17:04:56 +0200
committerChristian Breunig <christian@breunig.cc>2023-05-18 17:05:14 +0200
commit881e7e5710d5011a837d943dc7ae40a3181a6482 (patch)
tree893c31ae9f482dab290edace42a40d0426a7d906
parente164b6e4654eba24d7d4a6aadae69da67661858f (diff)
downloadvyos-1x-881e7e5710d5011a837d943dc7ae40a3181a6482.tar.gz
vyos-1x-881e7e5710d5011a837d943dc7ae40a3181a6482.zip
wwan: op-mode: T5196: fix interface type when calling python backend
-rw-r--r--op-mode-definitions/show-interfaces-wwan.xml.in4
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 45558115b..3682282a3 100644
--- a/op-mode-definitions/show-interfaces-wwan.xml.in
+++ b/op-mode-definitions/show-interfaces-wwan.xml.in
@@ -86,13 +86,13 @@
<properties>
<help>Show Wireless Modem (WWAN) interface information</help>
</properties>
- <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=wirelessmodem</command>
+ <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=wwan</command>
<children>
<leafNode name="detail">
<properties>
<help>Show detailed Wireless Modem (WWAN( interface information</help>
</properties>
- <command>${vyos_op_scripts_dir}/interfaces.py show --intf-type=wirelessmodem</command>
+ <command>${vyos_op_scripts_dir}/interfaces.py show --intf-type=wwan</command>
</leafNode>
</children>
</node>