Subject: CVS commit: syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 06/24/2002 11:01:36
Module Name:	syssrc
Committed By:	itojun
Date:		Mon Jun 24 08:01:36 UTC 2002

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

Log Message:
do not consult routing table under the following condition:
- the destination is IPv4 multicast or 255.255.255.255, and
- outgoing interface is specified via socket option

this simplifies operation of routed
(no longer reqiure 224.0.0.0/4 to be set up)


To generate a diff of this commit:
cvs rdiff -r1.97 -r1.98 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.