Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Issue 3331024: Treat IPv6 link local addresses as loopback addresses. (Closed)

Created:
10 years, 3 months ago by vandebo (ex-Chrome)
Modified:
9 years, 7 months ago
Reviewers:
eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Treat IPv6 link local addresses as loopback addresses. IPv6 linklocal address are effectively loopback addresses because we don't expect to send traffic over them. Linux's getaddrinfo considers them "valid" with respect to AI_ADDRCONFIG, so we can't use that flag when there are only loopback *or* link local addresses configured. BUG=55041 TEST=manually test that http://localhost/ works when link local addresses are configured. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=59284

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M net/base/net_util.cc View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
vandebo (ex-Chrome)
10 years, 3 months ago (2010-09-11 02:27:12 UTC) #1
eroman
10 years, 3 months ago (2010-09-13 20:12:40 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698