Automatically detect Ethernet tap friendly name in Windows shouldBind stuff.

This commit is contained in:
Adam Ierymenko 2021-03-16 10:12:55 -04:00
parent e8390afad5
commit 79e2fd4586
6 changed files with 37 additions and 19 deletions

View file

@ -158,4 +158,10 @@ bool EthernetTap::addIps(std::vector<InetAddress> ips)
return true;
}
std::string EthernetTap::friendlyName() const
{
// Most platforms do not have this.
return std::string();
}
} // namespace ZeroTier