NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/47100 CVS commit: [netbsd-7] src/sys/netinet6



The following reply was made to PR kern/47100; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47100 CVS commit: [netbsd-7] src/sys/netinet6
Date: Fri, 23 Jan 2015 09:27:15 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Fri Jan 23 09:27:15 UTC 2015
 
 Modified Files:
 	src/sys/netinet6 [netbsd-7]: in6.h in6_src.c ip6_input.c ip6_output.c
 	    ip6_var.h mld6.c
 
 Log Message:
 Pull up following revision(s) (requested by pettai in ticket #441):
 	sys/netinet6/ip6_var.h: revision 1.64
 	sys/netinet6/in6.h: revision 1.82
 	sys/netinet6/in6_src.c: revision 1.56
 	sys/netinet6/mld6.c: revision 1.62
 	sys/netinet6/ip6_input.c: revision 1.150
 	sys/netinet6/ip6_output.c: revision 1.161
 Add net.inet6.ip6.prefer_tempaddr sysctl knob so that we can prefer
 IPv6 temporary addresses as the source address.
 Fixes PR kern/47100 based on a patch by Dieter Roelants.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.78 -r1.78.2.1 src/sys/netinet6/in6.h
 cvs rdiff -u -r1.54 -r1.54.2.1 src/sys/netinet6/in6_src.c
 cvs rdiff -u -r1.149 -r1.149.2.1 src/sys/netinet6/ip6_input.c
 cvs rdiff -u -r1.157.2.1 -r1.157.2.2 src/sys/netinet6/ip6_output.c
 cvs rdiff -u -r1.62 -r1.62.2.1 src/sys/netinet6/ip6_var.h
 cvs rdiff -u -r1.59.2.1 -r1.59.2.2 src/sys/netinet6/mld6.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index