mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
IPv6: Remove comparisons to the address with all ones set. IPv6 does not support broadcast addresses and certainly not in that form. Replace with multicast addresses beginning with 0xff02.
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
|
||||
#include "netdev/netdev.h"
|
||||
#include "socket/socket.h"
|
||||
#include "inet/inet.h"
|
||||
#include "icmpv6/icmpv6.h"
|
||||
#include "udp/udp.h"
|
||||
#include "utils/utils.h"
|
||||
|
||||
Reference in New Issue
Block a user