mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 22:28:17 +00:00
Filter code, work in progress, wont build yet
This commit is contained in:
@ -470,7 +470,7 @@ EthernetTap::EthernetTap(const RuntimeEnvironment *renv,const MAC &mac,unsigned
|
||||
waitpid(cpid,&exitcode,0);
|
||||
if (exitcode) {
|
||||
::close(_fd);
|
||||
throw std::runtime_error("ifconfig failure setting link-layer address and activating tap interface");
|
||||
throw std::runtime_error("ipconfig failure enabling IPv6 link-local addressing");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user