Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/24/2000 21:13:07
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Feb 25 05:13:07 UTC 2000

Modified Files:
	syssrc/sys/netinet6: in6.c in6_var.h

Log Message:
on SIOCS*_IN6, validate sockaddrs so that we never configure non-AF_INET6
addresses. (in_control has the same problem - I'll need to check it as well)

obsolete the following two ioctls, they do not fit well against IPv6 addressing
model. (the kernel support them for some period of time, we'll remove them
in the near future)
	SIOCSIFDSTADDR_IN6
	SIOCSIFNETMASK_IN6


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/netinet6/in6.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/netinet6/in6_var.h

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