mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-20 17:52:46 +00:00
Remove old code.
This commit is contained in:
parent
5f976d7430
commit
c594351bcc
@ -842,18 +842,6 @@ public:
|
||||
for(std::vector<MulticastGroup>::iterator m(c->second.second.begin());m!=c->second.second.end();++m)
|
||||
_node->multicastUnsubscribe(c->first,m->mac().toInt(),m->adi());
|
||||
}
|
||||
/*
|
||||
for(std::map<uint64_t,NetworkState>::const_iterator n(_nets.begin());n!=_nets.end();++n) {
|
||||
if (n->second.tap) {
|
||||
std::vector<MulticastGroup> added,removed;
|
||||
n->second.tap->scanMulticastGroups(added,removed);
|
||||
for(std::vector<MulticastGroup>::iterator m(added.begin());m!=added.end();++m)
|
||||
_node->multicastSubscribe((void *)0,n->first,m->mac().toInt(),m->adi());
|
||||
for(std::vector<MulticastGroup>::iterator m(removed.begin());m!=removed.end();++m)
|
||||
_node->multicastUnsubscribe(n->first,m->mac().toInt(),m->adi());
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
// Sync information about physical network interfaces
|
||||
|
Loading…
x
Reference in New Issue
Block a user