From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5210 Path: news.gmane.org!not-for-mail From: orc Newsgroups: gmane.linux.lib.musl.general Subject: ipv6 scope id support Date: Mon, 09 Jun 2014 22:35:39 +0800 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1402324564 18877 80.91.229.3 (9 Jun 2014 14:36:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2014 14:36:04 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5215-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jun 09 16:35:58 2014 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 1Wu0g0-00087c-Ny for gllmg-musl@plane.gmane.org; Mon, 09 Jun 2014 16:35:56 +0200 Original-Received: (qmail 3484 invoked by uid 550); 9 Jun 2014 14:35:54 -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 3473 invoked from network); 9 Jun 2014 14:35:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on webserver X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS autolearn=ham autolearn_force=no version=3.4.0 User-Agent: K-9 Mail for Android Xref: news.gmane.org gmane.linux.lib.musl.general:5210 Archived-At: Hi list! Great to see major changes towards dns code cleanup and rewrite! Here another one: As I understand, this is a feature when you can specify destination link-local address and from which interface packets are sent. The address and interface are both specified, being separated by '%' (for example, ff02::1%eth0) I've grepped into glibc sources and found that this step is performed somewhere in dns resolver. Does musl support this? My current attempt to use it failed.