NetBSD-Bugs archive

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

PR/47100 CVS commit: src/sys/netinet6



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

From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47100 CVS commit: src/sys/netinet6
Date: Tue, 20 Jan 2015 21:27:37 +0000

 Module Name:	src
 Committed By:	roy
 Date:		Tue Jan 20 21:27:37 UTC 2015
 
 Modified Files:
 	src/sys/netinet6: in6.h in6_src.c ip6_input.c ip6_output.c ip6_var.h
 	    mld6.c
 
 Log Message:
 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.81 -r1.82 src/sys/netinet6/in6.h
 cvs rdiff -u -r1.55 -r1.56 src/sys/netinet6/in6_src.c
 cvs rdiff -u -r1.149 -r1.150 src/sys/netinet6/ip6_input.c
 cvs rdiff -u -r1.160 -r1.161 src/sys/netinet6/ip6_output.c
 cvs rdiff -u -r1.63 -r1.64 src/sys/netinet6/ip6_var.h
 cvs rdiff -u -r1.61 -r1.62 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