]> Cypherpunks repositories - gostls13.git/commit
net: default to 127.0.0.1, not localhost, in TestICMP
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 2 May 2011 21:22:40 +0000 (14:22 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 2 May 2011 21:22:40 +0000 (14:22 -0700)
commit12cf1699e7ff6d7fc9f62e52f9ee065cdfa23f00
tree876b50e91413c86f10af4d866dff9ed43eb434e1
parent6876ad37f303617fa9b2f7ff4feafd6bf2744efe
net: default to 127.0.0.1, not localhost, in TestICMP

If localhost resolves to ::1, the IPv4-only test fails.

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4444084
src/pkg/net/ipraw_test.go