Skip to content

bearer-mbim: When an IP type is unspecified in the profile, default to IPv4v6 (dual-stack)

When an IP type is unspecified in the profile, default to IPv4v6 (dual-stack). This approach allows us to utilize both IPv4 and IPv6 addresses if provided/provisioned by the network. Defaulting to IPv4-only would result in discarding IPv6 completely which might lead to connection issues.

Merge request reports