summaryrefslogtreecommitdiff
path: root/osnet/LinuxEthernetTapFactory.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-07-31 14:31:32 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-07-31 14:31:32 -0700
commit98d426e1d5a2ef83cce7cf2d5b394adde886e58d (patch)
treeb5de19a403438711b1657918f31b493dcc0cfb68 /osnet/LinuxEthernetTapFactory.cpp
parentb80c229d873ca51bf679ff9df90c8360dca5d0d7 (diff)
downloadinfinitytier-98d426e1d5a2ef83cce7cf2d5b394adde886e58d.tar.gz
infinitytier-98d426e1d5a2ef83cce7cf2d5b394adde886e58d.zip
Path fixes in osnet/ stuff
Diffstat (limited to 'osnet/LinuxEthernetTapFactory.cpp')
-rw-r--r--osnet/LinuxEthernetTapFactory.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/osnet/LinuxEthernetTapFactory.cpp b/osnet/LinuxEthernetTapFactory.cpp
index 01633abb..59327fff 100644
--- a/osnet/LinuxEthernetTapFactory.cpp
+++ b/osnet/LinuxEthernetTapFactory.cpp
@@ -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