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"), _("GSM connection"),
NULL, NULL,
NULL, NULL,
FALSE); /* No IPv6 yet by default */ TRUE);
return TRUE; return TRUE;
} }
@ -939,7 +939,7 @@ complete_connection(NMModem *modem,
_("CDMA connection"), _("CDMA connection"),
NULL, NULL,
iface, iface,
FALSE); /* No IPv6 yet by default */ TRUE);
return TRUE; return TRUE;
} }