From 77b385fb1284f6386249adf4cd8fc3efcc0601df Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 28 Sep 2015 17:30:18 -0400 Subject: Re-added Apache to Dockerfile --- netcon/NetconEthernetTap.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'netcon') 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; -- cgit v1.2.3