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

Fix UDP send to IPv6 link local addresses #6541

Merged
merged 2 commits into from
Apr 11, 2020

Commits on Sep 20, 2019

  1. Fix UDP send to IPv6 link local addresses

    lwIP's tcp/udp_connect() and tcp/udp_bind() functions automatically
    set the zone if it is required but missing, but udp_connect() is not
    used so this doesn't happen.
    
    Explicitly set the zone to the default network interface if it is
    required for the type of address being used. Otherwise there is no
    zone set and packets to a link local destination don't go anywhere.
    nomis committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    3aeb851 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    13f0760 View commit details
    Browse the repository at this point in the history