diff options
| author | Joseph Henry <joseph.henry@zerotier.com> | 2015-09-23 18:03:21 -0400 |
|---|---|---|
| committer | Joseph Henry <joseph.henry@zerotier.com> | 2015-09-23 18:03:21 -0400 |
| commit | c85dd262edaa50390a6c43fc681faba4915b8423 (patch) | |
| tree | fc62b914fc0689f6b6a4bc6b7e06cc8d9c07c22b /netcon/NetconEthernetTap.cpp | |
| parent | 02d5a318222f139ff245aea61f132883dfa9e2cc (diff) | |
| download | infinitytier-c85dd262edaa50390a6c43fc681faba4915b8423.tar.gz infinitytier-c85dd262edaa50390a6c43fc681faba4915b8423.zip | |
moved lib files to ext
Diffstat (limited to 'netcon/NetconEthernetTap.cpp')
| -rw-r--r-- | netcon/NetconEthernetTap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index 976e018e..742729f3 100644 --- a/netcon/NetconEthernetTap.cpp +++ b/netcon/NetconEthernetTap.cpp @@ -78,7 +78,7 @@ NetconEthernetTap::NetconEthernetTap( Utils::snprintf(sockPath,sizeof(sockPath),"/tmp/.ztnc_%.16llx",(unsigned long long)nwid); _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 throw std::runtime_error("unable to load lwip lib."); lwipstack->lwip_init(); |
