Path fixes in osnet/ stuff
This commit is contained in:
@@ -71,13 +71,4 @@ void LinuxEthernetTapFactory::close(EthernetTap *tap,bool destroyPersistentDevic
|
||||
delete tap;
|
||||
}
|
||||
|
||||
std::vector<std::string> allTapDeviceNames() const
|
||||
{
|
||||
std::vector<std::string> dn;
|
||||
Mutex::Lock _l(_devices_m);
|
||||
for(std::vector<EthernetTap *>::const_iterator d(_devices.begin());d!=_devices.end();++d)
|
||||
dn.push_back(d->deviceName());
|
||||
return dn;
|
||||
}
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
||||
Reference in New Issue
Block a user