Subject: Re: CVS commit: syssrc
To: None <bjh21@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 03/24/2001 21:27:30
>Module Name:	syssrc
>Committed By:	bjh21
>Date:		Sat Mar 24 00:16:41 UTC 2001
>
>Modified Files:
>	syssrc/sys/dev/ic: seeq8005.c
>
>Log Message:
>Handle IFF_ALLMULTI correctly.  We can now cope with multicast, but for
>some reason DAD fails when starting IPv6.

	i guess the driver (or chip) is getting outgoing multicast packet
	from itself, into inbound path (= not IFF_SIMPLEX behavior).
	check sys/dev/ic/smc91cxx.c:smc91cxx_read().

itojun