mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 17:01:19 +01:00
IP4_ADDR_ANY is a generic address of type IPv4 when lwIP is compiled with both IPv4 and IPv6, so we need to extract the `ip4_addr_t` component when using with `netif_add()` as that is the expected type.