mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 01:23:48 +08:00
LWIP_LOOPIF_MCAST -> LWIP_LOOPIF_MULTICAST
This commit is contained in:
@@ -127,7 +127,7 @@ netif_loopif_init(struct netif *netif)
|
||||
#if LWIP_IPV6
|
||||
netif->output_ip6 = netif_loop_output_ipv6;
|
||||
#endif
|
||||
#if LWIP_LOOPIF_MCAST
|
||||
#if LWIP_LOOPIF_MULTICAST
|
||||
netif->flags |= NETIF_FLAG_IGMP;
|
||||
#endif
|
||||
return ERR_OK;
|
||||
|
||||
Reference in New Issue
Block a user