diff options
| -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 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> | 
