mbed-os/connectivity/lwipstack
Jookia 6b56f1c77d
LWIP::get_ip_addr: Prefer IPv4 over IPv6 link local addresses (#161)
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-23 10:49:59 -07:00
..
include/lwipstack Fix all Doxygen errors and make any future errors fatal (#118) 2022-12-30 18:41:41 -05:00
lwip lwiperf: fix double-free of pcb on error 2022-06-11 00:08:46 +08:00
lwip-sys LWIP: Provide inline replacements for htons() and htonl() 2021-09-25 15:13:22 +07:00
source LWIP::get_ip_addr: Prefer IPv4 over IPv6 link local addresses (#161) 2023-05-23 10:49:59 -07:00
.mbedignore Move lwipstack 2020-07-31 10:15:25 +01:00
CMakeLists.txt Don't use whole-archive linking (#71) 2022-10-09 12:16:15 -07:00
CONTRIBUTING.md Update lwipstack paths 2020-07-31 10:19:52 +01:00
mbed_lib.json MIMXRT1060_EVK and Teensy 4.0 support (#113) 2023-01-09 08:48:25 -08:00