diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-12 13:17:13 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-13 09:36:35 +0200 |
commit | c2a1c071e7d0a9ca754d7f5016eed7db188b3d1a (patch) | |
tree | 7852a72bb7e7412bcec63371dc8461f1cc6556ed /op-mode-definitions/disconnect.xml.in | |
parent | c88d8999873db638aa2c05d479502cedd1afd142 (diff) | |
download | vyos-1x-c2a1c071e7d0a9ca754d7f5016eed7db188b3d1a.tar.gz vyos-1x-c2a1c071e7d0a9ca754d7f5016eed7db188b3d1a.zip |
wwan: T3620: rename "wirelessmodem wlm" interfaces to new wwan interface tree
Diffstat (limited to 'op-mode-definitions/disconnect.xml.in')
-rw-r--r-- | op-mode-definitions/disconnect.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/disconnect.xml.in b/op-mode-definitions/disconnect.xml.in index bf2c37b89..4415c0ed2 100644 --- a/op-mode-definitions/disconnect.xml.in +++ b/op-mode-definitions/disconnect.xml.in @@ -10,7 +10,7 @@ <help>Take down a connection-oriented network interface</help> <completionHelp> <path>interfaces pppoe</path> - <path>interfaces wirelessmodem</path> + <path>interfaces wwan</path> </completionHelp> </properties> <command>sudo ${vyos_op_scripts_dir}/connect_disconnect.py --disconnect "$3"</command> |