mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Merge 66a8c01d0e
into a548c7ea71
This commit is contained in:
commit
ee8257c3ef
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ class LinuxEthernetTap : public EthernetTap {
|
||||||
virtual void setMtu(unsigned int mtu);
|
virtual void setMtu(unsigned int mtu);
|
||||||
virtual void setDns(const char* domain, const std::vector<InetAddress>& servers)
|
virtual void setDns(const char* domain, const std::vector<InetAddress>& servers)
|
||||||
{
|
{
|
||||||
|
fprintf(stderr, "WARNING: ignoring call to LinuxEthernetTap::setDns on Linux. This is not implemented yet. See https://github.com/zerotier/ZeroTierOne/issues/2492 for details" ZT_EOL_S);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue