Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user