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:
Beniamino Galvani 2024-12-18 13:28:30 +00:00
commit aa91d64606

View file

@ -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;
}