Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 04/11/2001 07:57:54
Module Name:	syssrc
Committed By:	itojun
Date:		Wed Apr 11 04:57:54 UTC 2001

Modified Files:
	syssrc/sys/netinet6: ip6_output.c

Log Message:
disallow userland programs from specifying addresses with IPV6_PKTINFO
setsockopt, if:
- the address is not verified by DAD (= not ready)
- the address is an anycast address (= not permitted as source)
sync with kame


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/netinet6/ip6_output.c

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