mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-13 04:38:28 +00:00
Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90
This commit is contained in:
@ -529,9 +529,8 @@ std::string OSXEthernetTap::deviceName() const
|
||||
return _dev;
|
||||
}
|
||||
|
||||
std::string OSXEthernetTap::persistentId() const
|
||||
void OSXEthernetTap::setFriendlyName(const char *friendlyName)
|
||||
{
|
||||
return std::string();
|
||||
}
|
||||
|
||||
bool OSXEthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)
|
||||
|
Reference in New Issue
Block a user