Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/07/2004 01:39:00
Module Name:	src
Committed By:	mycroft
Date:		Wed Jul  7 01:39:00 UTC 2004

Modified Files:
	src/sys/netinet: in.c

Log Message:
Fix SIOCSIFNETMASK -- it needs to use in_ifscrub() and in_ifinit() to update
the interface route and various internal state.  Also, it should use an ifreq,
not an if_aliasreq.  Addresses PR 9604.  (Nothing in our source tree uses
SIOCSIFNETMASK, though.  Perhaps it should be deprecated.)


To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 src/sys/netinet/in.c

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