--- upstream/dynamips-0.2.6-RC2/dev_am79c971.c 2007/10/06 16:05:34 3 +++ upstream/dynamips-0.2.6-RC3/dev_am79c971.c 2007/10/06 16:06:49 4 @@ -202,10 +202,6 @@ { n_eth_hdr_t *hdr = (n_eth_hdr_t *)pkt; - /* Ignore traffic sent by us */ - if (!memcmp(&d->mac_addr,&hdr->saddr,N_ETH_ALEN)) - return(FALSE); - /* Accept systematically frames if we are running is promiscuous mode */ if (d->csr[15] & AM79C971_CSR15_PROM) return(TRUE);