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:
Gregory Nutt
2017-08-07 11:50:50 -06:00
parent 22dfa875fc
commit 2ada7d5892
17 changed files with 64 additions and 96 deletions
+1
View File
@@ -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"