Re-added Apache to Dockerfile

This commit is contained in:
Joseph Henry 2015-09-28 17:30:18 -04:00
commit 77b385fb12
9 changed files with 16 additions and 23 deletions

View file

@ -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;