Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexander Couzens
qmiconnect
Commits
eb2d907f
Commit
eb2d907f
authored
Apr 06, 2021
by
Alexander Couzens
Browse files
qmiconnect: always use ip-type=4
parent
bf74f625
Changes
1
Hide whitespace changes
Inline
Side-by-side
qmiconnect
View file @
eb2d907f
...
...
@@ -87,7 +87,7 @@ enable_internet() {
_qmicli
--wds-stop-network
=
disable-autoconnect
# The connect might return error with NoEffect, which is still ok
connect
=
"apn=
$APN
"
connect
=
"apn=
$APN
,ip-type=4
"
[
-n
"
$USERNAME
"
]
&&
connect
=
"
$connect
,username=
$USERNAME
"
[
-n
"
$PASSWORD
"
]
&&
connect
=
"
$connect
,password=
$PASSWORD
"
[
-n
"
$APN_AUTH
"
]
&&
connect
=
"
$connect
,auth=
$APN_AUTH
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment