diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-06 15:47:57 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-06 15:47:57 -0700 |
| commit | a86300c58fe29e9a8626f935f0b3ed25e844b0aa (patch) | |
| tree | 80341df73ad66c70e0cf28ac265e106ddae52994 /node/MulticastGroup.hpp | |
| parent | 488f5bf977887d1e2e744fbf1c027068bc4f7524 (diff) | |
| download | infinitytier-a86300c58fe29e9a8626f935f0b3ed25e844b0aa.tar.gz infinitytier-a86300c58fe29e9a8626f935f0b3ed25e844b0aa.zip | |
Network build fixes and cleanup of remaining internal references to _tap
Diffstat (limited to 'node/MulticastGroup.hpp')
| -rw-r--r-- | node/MulticastGroup.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/MulticastGroup.hpp b/node/MulticastGroup.hpp index 85855438..8bc65f1e 100644 --- a/node/MulticastGroup.hpp +++ b/node/MulticastGroup.hpp @@ -93,7 +93,7 @@ public: // the Multicast Group ADI field. Making V4 ARP work is basically why // ADI was added, as well as handling other things that want mindless // Ethernet broadcast to all. - return MulticastGroup(MAC((unsigned char)0xff),Utils::ntoh(*((const uint32_t *)ip.rawIpData()))); + return MulticastGroup(MAC(0xffffffffffffULL),Utils::ntoh(*((const uint32_t *)ip.rawIpData()))); } else if (ip.isV6()) { // IPv6 is better designed in this respect. We can compute the IPv6 // multicast address directly from the IP address, and it gives us |
