You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: