mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Networking: Misck IPv6 detanglement
This commit is contained in:
@@ -425,7 +425,7 @@ int ipv4_input(FAR struct net_driver_s *dev)
|
||||
if (!net_ipv4addr_cmp(net_ip4addr_conv32(pbuf->destipaddr), dev->d_ipaddr))
|
||||
{
|
||||
#ifdef CONFIG_NET_IGMP
|
||||
net_ipv4addr_t destip = net_ip4addr_conv32(pbuf->destipaddr);
|
||||
in_addr_t destip = net_ip4addr_conv32(pbuf->destipaddr);
|
||||
if (igmp_grpfind(dev, &destip) == NULL)
|
||||
#endif
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user