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(lwip): Filter out V6 packets if V6 is not enabled #10037

Closed
wants to merge 2 commits into from

Commits on Jul 16, 2024

  1. fix(lwip): Filter out V6 packets if V6 is not enabled

    the ESP might accept and act on some IPv6 packets, even though IPv6 is not enabled for the interface in Arduino. This change makes the ESP ignore all IPv6 packets if IPv6 address is not available.
    me-no-dev committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bb883b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45bc9b1 View commit details
    Browse the repository at this point in the history