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

IPv6 Network Solicitation packet shows as Malformed and restart some routers #9791

Closed
praveenCY opened this issue Sep 17, 2021 · 1 comment
Closed

Comments

@praveenCY
Copy link
Contributor

Problem

IPv6 Network Solicitation packet shows as Malformed during Wi-Fi connection state. This causes some routers like Netgear C6220 (AC1200) to reboot during Wi-Fi Connect sequence.

image

Reason

{LwIP: nd6_send_ns} Packet buffer allocated for Network solicitation packet by pbuf_alloc includes ND6_LLADDR_OPTION_SIZE even if lladdr_opt_len is zero.

Proposed Solution

Allocate Packet buffer based on lladdr_opt_len properly to avoid this malformed packet formation for NS.

I will post PR for this next week

@praveenCY
Copy link
Contributor Author

#10160 Merged

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

No branches or pull requests

1 participant