summaryrefslogtreecommitdiff
path: root/netcon
diff options
context:
space:
mode:
authorJoseph Henry <joseph.henry@zerotier.com>2015-09-28 17:30:18 -0400
committerJoseph Henry <joseph.henry@zerotier.com>2015-09-28 17:30:18 -0400
commit77b385fb1284f6386249adf4cd8fc3efcc0601df (patch)
treef2275bb0fc0bc2931bac397a626e5d1596e3de83 /netcon
parent0b34d8e75e293a461fb66bb3c177e4995b45ed07 (diff)
downloadinfinitytier-77b385fb1284f6386249adf4cd8fc3efcc0601df.tar.gz
infinitytier-77b385fb1284f6386249adf4cd8fc3efcc0601df.zip
Re-added Apache to Dockerfile
Diffstat (limited to 'netcon')
-rw-r--r--netcon/NetconEthernetTap.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/netcon/NetconEthernetTap.hpp b/netcon/NetconEthernetTap.hpp
index 4eced6ea..00a387e2 100644
--- a/netcon/NetconEthernetTap.hpp
+++ b/netcon/NetconEthernetTap.hpp
@@ -184,6 +184,7 @@ static err_t tapif_init(struct netif *netif)
static err_t low_level_output(struct netif *netif, struct pbuf *p)
{
+ fprintf(stderr, "low_level_output()\n");
struct pbuf *q;
char buf[ZT1_MAX_MTU+32];
char *bufptr;