Subject: CVS commit: [netbsd-1-6] syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/01/2002 14:14:30
Module Name:	syssrc
Committed By:	tron
Date:		Fri Nov  1 12:14:29 UTC 2002

Modified Files:
	syssrc/sys/netinet [netbsd-1-6]: ip_output.c

Log Message:
Pull up revision 1.98-1.99 (requested by itojun in ticket #356):
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 require 224.0.0.0/4 to be set up)


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