From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4297 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: IPv4 and IPv6 addresses in resolv.conf Date: Fri, 29 Nov 2013 12:44:10 -0500 Message-ID: <20131129174410.GD24286@brightrain.aerifal.cx> References: <761df492-c2ee-41d5-84f8-faef313164bf@email.android.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1385747059 16092 80.91.229.3 (29 Nov 2013 17:44:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Nov 2013 17:44:19 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4301-gllmg-musl=m.gmane.org@lists.openwall.com Fri Nov 29 18:44:25 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VmS75-0004Vl-IA for gllmg-musl@plane.gmane.org; Fri, 29 Nov 2013 18:44:23 +0100 Original-Received: (qmail 15366 invoked by uid 550); 29 Nov 2013 17:44:23 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 14334 invoked from network); 29 Nov 2013 17:44:22 -0000 Content-Disposition: inline In-Reply-To: <761df492-c2ee-41d5-84f8-faef313164bf@email.android.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4297 Archived-At: On Fri, Nov 29, 2013 at 06:09:26PM +0800, orc wrote: > Hi list, > It is possible in future to have both ipv4 and ipv6 addresses in resolv.conf? > Currently dns resolver reads first address and if it is ipv6 address > then it goes on and second address (127.0.0.1 as example) also > interpreted as ipv6 one, result is attempt to send data to > 127::7f00:1. If this is happening, it's a bug. The intent is that both v4 and v6 are supported. I'll see if I can reproduce it and if it's not too hard to fix I'll try to get a fix in before the release. Rich