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
drivers/esp-hosted: Add IPv6 support to network interface.
Add IPv6 support by:
- Including lwip/ethip6.h header when LWIP_IPV6 is enabled
- Setting output_ip6 to ethip6_output for IPv6 packet handling
- Adding NETIF_FLAG_MLD6 flag for IPv6 multicast support
- Creating IPv6 link-local address after interface initialization
Signed-off-by: Andrew Leech <[email protected]>
0 commit comments