]> Cypherpunks repositories - gostls13.git/commit
net: disable RFC 6724 Rule 9 for IPv4 addresses
authorMatthew Dempsky <mdempsky@google.com>
Fri, 6 Jan 2017 20:25:32 +0000 (12:25 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 6 Jan 2017 20:55:48 +0000 (20:55 +0000)
commit116da1c64a2db0387f38f8d062378b62bf0f377e
tree2776bfaccf3dcb5b66a05f199e5d6be7240cbc7c
parent41d2278eef7a834c0c5191c479a1ba4934c7ec0a
net: disable RFC 6724 Rule 9 for IPv4 addresses

Rule 9 arguably doesn't make sense for IPv4 addresses, and so far it
has only caused problems (#13283, #18518). Disable it until we hear
from users that actually want/need it.

Fixes #18518.

Change-Id: I7b0dd75d03819cab8e0cd4c29f0c1dc8d2e9c179
Reviewed-on: https://go-review.googlesource.com/34914
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/addrselect.go
src/net/addrselect_test.go