Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90

This commit is contained in:
Adam Ierymenko 2014-07-31 14:09:32 -07:00
parent 9b93141dd0
commit b80c229d87
27 changed files with 169 additions and 1547 deletions

View file

@ -355,9 +355,8 @@ std::string LinuxEthernetTap::deviceName() const
return _dev;
}
std::string LinuxEthernetTap::persistentId() const
void LinuxEthernetTap::setFriendlyName(const char *friendlyName)
{
return std::string();
}
bool LinuxEthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)