Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-8] src/sys
Module Name: src
Committed By: snj
Date: Sun Dec 10 09:24:31 UTC 2017
Modified Files:
src/sys/netinet [netbsd-8]: ip_input.c
src/sys/netinet6 [netbsd-8]: in6_src.c ip6_input.c ip6_output.c
Log Message:
Pull up following revision(s) (requested by roy in ticket #390):
sys/netinet/ip_input.c: 1.363
sys/netinet6/ip6_input.c: 1.184-1.185
sys/netinet6/ip6_output.c: 1.194-1.195
sys/netinet6/in6_src.c: 1.83-1.84
Allow local communication over DETACHED addresses.
Allow binding to DETACHED or TENTATIVE addresses as we deny
sending upstream from them anyway.
Prefer non DETACHED or TENTATIVE addresses.
--
Attempt to restore v6 networking. Not 100% certain that these
changes are all that is needed, but they're certainly a big part of it
(especially the ip6_input.c change.)
--
Treat unvalidated addresses as deprecated in rule 3.
To generate a diff of this commit:
cvs rdiff -u -r1.355.2.1 -r1.355.2.2 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.79.6.1 -r1.79.6.2 src/sys/netinet6/in6_src.c
cvs rdiff -u -r1.178.2.1 -r1.178.2.2 src/sys/netinet6/ip6_input.c
cvs rdiff -u -r1.191.6.2 -r1.191.6.3 src/sys/netinet6/ip6_output.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