mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-19 15:43:53 +00:00
moved lib files to ext
This commit is contained in:
@ -78,7 +78,7 @@ NetconEthernetTap::NetconEthernetTap(
|
|||||||
Utils::snprintf(sockPath,sizeof(sockPath),"/tmp/.ztnc_%.16llx",(unsigned long long)nwid);
|
Utils::snprintf(sockPath,sizeof(sockPath),"/tmp/.ztnc_%.16llx",(unsigned long long)nwid);
|
||||||
_dev = sockPath;
|
_dev = sockPath;
|
||||||
|
|
||||||
lwipstack = new LWIPStack("netcon/liblwip.so");
|
lwipstack = new LWIPStack("ext/bin/lwip/liblwip.so"); // ext/bin/liblwip.so.debug for debug symbols
|
||||||
if(!lwipstack) // TODO double check this check
|
if(!lwipstack) // TODO double check this check
|
||||||
throw std::runtime_error("unable to load lwip lib.");
|
throw std::runtime_error("unable to load lwip lib.");
|
||||||
lwipstack->lwip_init();
|
lwipstack->lwip_init();
|
||||||
|
Reference in New Issue
Block a user