Subject: CVS commit: syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/08/2002 12:05:14
Module Name:	syssrc
Committed By:	itojun
Date:		Tue Jan  8 10:05:14 UTC 2002

Modified Files:
	syssrc/sys/netinet: ip_output.c

Log Message:
don't panic when there's no interface address exist for the specified multicast
outgoing interface (ia == NULL after IFP_TO_IA).

historic behavior (up to revision 1.43) was to use 0.0.0.0 as source address,
but it seems like a mistake according to RFC1112/1122.


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 syssrc/sys/netinet/ip_output.c

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