mbed-os/connectivity/lwipstack/source
Jookia 06593d3d68 LWIP::get_ip_addr: Prefer IPv4 over IPv6 link local addresses
When IPv6 is prefered it will choose a link local address on a network
that lacks IPv6 over a working IPv4 network, breaking networking.
Change this behaviour to prefer a link local address only as a last
resort.

This also changes LWIP::get_ipv6_addr to not return link local
addresses. Use get_ipv6_link_local_addr instead for this.
2023-05-18 22:09:26 +10:00
..
LWIPInterface.cpp New feature: send/recv message implementation added to network stack 2021-09-01 09:13:57 +01:00
LWIPInterfaceEMAC.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
LWIPInterfaceL3IP.cpp Move lwipstack 2020-07-31 10:15:25 +01:00
LWIPInterfacePPP.cpp Move lwipstack 2020-07-31 10:15:25 +01:00
LWIPMemoryManager.cpp Remove erroneous character from SPDX identifer 2020-10-23 15:08:58 +01:00
LWIPStack.cpp Code improvements for the unresolved comments 2021-09-03 12:49:00 +01:00
lwip_tools.cpp LWIP::get_ip_addr: Prefer IPv4 over IPv6 link local addresses 2023-05-18 22:09:26 +10:00