Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LWIP::get_ip_addr: Prefer IPv4 over IPv6 link local addresses #15423

Merged
merged 1 commit into from
May 30, 2023

Commits on May 18, 2023

  1. 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.
    Jookia committed May 18, 2023
    Configuration menu
    Copy the full SHA
    06593d3 View commit details
    Browse the repository at this point in the history