@ -262,7 +262,6 @@ tapif_output(struct netif *netif, struct pbuf *p,
p = etharp_output(netif, ipaddr, p);
if(p != NULL) {
low_level_output(netif, p);
etharp_output_sent(p);
p = NULL;
}
return ERR_OK;