mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 05:50:06 +01:00
merge: branch 'wwan-mm-ipv6-default'
wwan: enable ipv6 by default in ModemManager backend https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1967
This commit is contained in:
commit
aa91d64606
1 changed files with 2 additions and 2 deletions
|
|
@ -918,7 +918,7 @@ complete_connection(NMModem *modem,
|
|||
_("GSM connection"),
|
||||
NULL,
|
||||
NULL,
|
||||
FALSE); /* No IPv6 yet by default */
|
||||
TRUE);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
@ -939,7 +939,7 @@ complete_connection(NMModem *modem,
|
|||
_("CDMA connection"),
|
||||
NULL,
|
||||
iface,
|
||||
FALSE); /* No IPv6 yet by default */
|
||||
TRUE);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue