summaryrefslogtreecommitdiff
path: root/netcon
diff options
context:
space:
mode:
authorJoseph Henry <joseph.henry@zerotier.com>2015-09-23 18:03:21 -0400
committerJoseph Henry <joseph.henry@zerotier.com>2015-09-23 18:03:21 -0400
commitc85dd262edaa50390a6c43fc681faba4915b8423 (patch)
treefc62b914fc0689f6b6a4bc6b7e06cc8d9c07c22b /netcon
parent02d5a318222f139ff245aea61f132883dfa9e2cc (diff)
downloadinfinitytier-c85dd262edaa50390a6c43fc681faba4915b8423.tar.gz
infinitytier-c85dd262edaa50390a6c43fc681faba4915b8423.zip
moved lib files to ext
Diffstat (limited to 'netcon')
-rw-r--r--netcon/NetconEthernetTap.cpp2
-rwxr-xr-xnetcon/liblwip.sobin195864 -> 0 bytes
-rwxr-xr-xnetcon/liblwip.so.debugbin220320 -> 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
deleted file mode 100755
index 9c129959..00000000
--- a/netcon/liblwip.so
+++ /dev/null
Binary files differ
diff --git a/netcon/liblwip.so.debug b/netcon/liblwip.so.debug
deleted file mode 100755
index 86c36665..00000000
--- a/netcon/liblwip.so.debug
+++ /dev/null
Binary files differ