Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 08/24/1999 09:02:29
Module Name:	syssrc
Committed By:	bouyer
Date:		Tue Aug 24 16:02:28 UTC 1999

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

Log Message:
Fix ifa_ifwithnet() for the netatalk case: netatalk uses blocks of addresses
which can't be handled by netmask, and ifa_ifwithnet() didn't find the
interface associated with an adress if it was in the same block but not with
the same prefix. This prevented 'route add' and atalkd to work properly
with some network configs.
This has been discussed on tech-net some weeks ago.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 syssrc/sys/net/if.c

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