summaryrefslogtreecommitdiff
path: root/node/MulticastGroup.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-06 15:47:57 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-06 15:47:57 -0700
commita86300c58fe29e9a8626f935f0b3ed25e844b0aa (patch)
tree80341df73ad66c70e0cf28ac265e106ddae52994 /node/MulticastGroup.hpp
parent488f5bf977887d1e2e744fbf1c027068bc4f7524 (diff)
downloadinfinitytier-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.hpp2
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