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

Route loopback packets via UIP_FALLBACK_INTERFACE. #2442

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 13, 2018

  1. Route loopback packets via UIP_FALLBACK_INTERFACE.

    `tcpip_ipv6_output` doesn't check the destination address of the packet
    when it tries to send the packet to one of the default routes. That
    could lead to the scenario when the packet with `dst_addr == ::1` will
    be redirected to the 6lowpan network instead of being routed to the
    fallback interface.
    ivan-alekhin committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    e4ccf4f View commit details
    Browse the repository at this point in the history