--- upstream/dynamips-0.2.6-RC1/dev_am79c971.c 2007/10/06 16:03:58 2 +++ upstream/dynamips-0.2.6-RC4/dev_am79c971.c 2007/10/06 16:08:03 5 @@ -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);