mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
Re-added Apache to Dockerfile
This commit is contained in:
parent
0b34d8e75e
commit
77b385fb12
9 changed files with 16 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue