diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-06 15:56:12 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-06 15:56:12 -0400 |
commit | 2eaac3891ec5f6da0ba9577bd032fd692392dd40 (patch) | |
tree | e20e47dc23bc290b96268084baa32e891fff7b76 /node/EthernetTap.hpp | |
parent | 7f3dea018c8034208b40e2633b04d06f917c1957 (diff) | |
download | infinitytier-2eaac3891ec5f6da0ba9577bd032fd692392dd40.tar.gz infinitytier-2eaac3891ec5f6da0ba9577bd032fd692392dd40.zip |
Enable ff:ff:ff:ff:ff:ff w/no ADI a.k.a. broadcast. YOLO.
Diffstat (limited to 'node/EthernetTap.hpp')
-rw-r--r-- | node/EthernetTap.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/EthernetTap.hpp b/node/EthernetTap.hpp index bf1d0eef..5c666907 100644 --- a/node/EthernetTap.hpp +++ b/node/EthernetTap.hpp @@ -164,6 +164,9 @@ public: * This populates a set or, if already populated, modifies it to contain * only multicast groups in which this device is interested. * + * This should always include the blind wildcard MulticastGroup (MAC of + * ff:ff:ff:ff:ff:ff and 0 ADI field). + * * @param groups Set to modify in place * @return True if set was changed since last call */ |