Subject: Re: kern/34517 (re(4) drops all traffic in promiscuous mode)
To: None <kern-bug-people@netbsd.org, netbsd-bugs@netbsd.org,>
From: None <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 11/25/2006 14:17:59
Synopsis: re(4) drops all traffic in promiscuous mode

State-Changed-From-To: open->feedback
State-Changed-By: tsutsui@netbsd.org
State-Changed-When: Sat, 25 Nov 2006 23:17:58 +0900
State-Changed-Why:
Is there still this problem on -current? It works for me:
# tcpdump -n -i re0 >& /dev/null &
[1] 4043
# ifconfig re0
re0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
        capabilities=3f80<TSO4,IP4CSUM_Rx,IP4CSUM_Tx,TCP4CSUM_Rx,TCP4CSUM_Tx,UDP4CSUM_Rx,UDP4CSUM_Tx>
        enabled=3f00<IP4CSUM_Rx,IP4CSUM_Tx,TCP4CSUM_Rx,TCP4CSUM_Tx,UDP4CSUM_Rx,UDP4CSUM_Tx>
        address: 00:e0:4c:77:73:6d
        media: Ethernet autoselect (1000baseT full-duplex)
        status: active
        inet 192.168.20.1 netmask 0xffffff00 broadcast 192.168.20.255
        inet6 fe80::2e0:4cff:fe77:736d%re0 prefixlen 64 scopeid 0x1
# ping -n 192.168.20.17
PING 192.168.20.17 (192.168.20.17): 56 data bytes
64 bytes from 192.168.20.17: icmp_seq=0 ttl=255 time=0.590 ms
64 bytes from 192.168.20.17: icmp_seq=1 ttl=255 time=0.484 ms
64 bytes from 192.168.20.17: icmp_seq=2 ttl=255 time=0.419 ms
64 bytes from 192.168.20.17: icmp_seq=3 ttl=255 time=0.476 ms
^C
----192.168.20.17 PING Statistics----
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.419/0.492/0.590/0.071 ms
#