1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-22 23:49:10 -04:00
David Cermak 79cb7d5c0c fix(lwip): Add default IPv6 input filter to drop traffic if ipv6 not assigned
* Makes LWIP_HOOK_IP6_INPUT default to LWIP_HOOK_IP6_INPUT_DEFAULT
* Updated the stub hook implementation to actually filter out all IPv6
packets if the input netif has no link local address.
2024-11-11 23:55:58 +08:00
..