mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
include/nuttx/net/igmp.h: Remove bogus support for IPv6 IGMP. There is no such thing.
This commit is contained in:
@@ -167,7 +167,7 @@ static void devif_packet_conversion(FAR struct net_driver_s *dev,
|
||||
#ifdef CONFIG_NET_ICMPv6
|
||||
if (pkttype == DEVIF_ICMP6)
|
||||
{
|
||||
/* This packet came from a response to TCP polling and is
|
||||
/* This packet came from a response to ICMPv6 polling and is
|
||||
* directed to a radio using 6LoWPAN. Verify that the outgoing
|
||||
* packet is IPv6 with TCP protocol.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user