mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Clean a few more IPv6 compilation issues; Add implementation of net_ipv6_maskcmp()
This commit is contained in:
@@ -198,7 +198,7 @@ int ipv6_input(FAR struct net_driver_s *dev)
|
||||
if (pbuf->proto == IP_PROTO_UDP &&
|
||||
net_ipv6addr_cmp(pbuf->destipaddr, g_alloneaddr))
|
||||
{
|
||||
return udp_input(dev);
|
||||
return udp_ipv6_input(dev);
|
||||
}
|
||||
|
||||
/* In most other cases, the device must be assigned a non-zero IP
|
||||
|
||||
Reference in New Issue
Block a user