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

Conversation

ivan-alekhin
Copy link

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.

`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.
alexrayne pushed a commit to alexrayne/contiki that referenced this pull request Nov 10, 2023
Set of minor log, code-style and clean-up for RPL, TSCH, uip, packetbuf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant