Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/12/2001 18:03:27
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Jun 12 15:03:27 UTC 2001

Modified Files:
	syssrc/sys/net: if_ethersubr.c

Log Message:
On a non-simplex interface, check incoming multicast (this catches
the broadcast case as well) to see if they came from us, and drop
them if they did.

This fixed IPv6 DAD on non-simplex interfaces, e.g. the Seeq 8003
found on my SGI Indy.


To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 syssrc/sys/net/if_ethersubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.