Automatically detect Ethernet tap friendly name in Windows shouldBind stuff.
This commit is contained in:
parent
e8390afad5
commit
79e2fd4586
6 changed files with 37 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue