diff --git a/src/core/netif.c b/src/core/netif.c index 1d668e27..9033b46c 100644 --- a/src/core/netif.c +++ b/src/core/netif.c @@ -166,6 +166,7 @@ netif_loopif_init(struct netif *netif) #if LWIP_LOOPIF_MULTICAST netif_set_flags(netif, NETIF_FLAG_IGMP); #endif + NETIF_SET_CHECKSUM_CTRL(netif, NETIF_CHECKSUM_DISABLE_ALL); return ERR_OK; } #endif /* LWIP_HAVE_LOOPIF */