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 | |
parent | 02d5a318222f139ff245aea61f132883dfa9e2cc (diff) | |
download | infinitytier-c85dd262edaa50390a6c43fc681faba4915b8423.tar.gz infinitytier-c85dd262edaa50390a6c43fc681faba4915b8423.zip |
moved lib files to ext
Diffstat (limited to 'netcon')
-rw-r--r-- | netcon/NetconEthernetTap.cpp | 2 | ||||
-rwxr-xr-x | netcon/liblwip.so | bin | 195864 -> 0 bytes | |||
-rwxr-xr-x | netcon/liblwip.so.debug | bin | 220320 -> 0 bytes |
3 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(); diff --git a/netcon/liblwip.so b/netcon/liblwip.so Binary files differdeleted file mode 100755 index 9c129959..00000000 --- a/netcon/liblwip.so +++ /dev/null diff --git a/netcon/liblwip.so.debug b/netcon/liblwip.so.debug Binary files differdeleted file mode 100755 index 86c36665..00000000 --- a/netcon/liblwip.so.debug +++ /dev/null |