From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5554 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: if_nameindex, etc. [Re: Progress towards 1.1.4] Date: Mon, 21 Jul 2014 12:13:42 -0400 Message-ID: <20140721161342.GS17402@brightrain.aerifal.cx> References: <20140721055907.GA20967@brightrain.aerifal.cx> <20140721163109.732e0b41@vostro> <20140721145935.GR17402@brightrain.aerifal.cx> <20140721190956.7d70902c@vostro> 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 1405959245 19124 80.91.229.3 (21 Jul 2014 16:14:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2014 16:14:05 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5559-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jul 21 18:13: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 1X9GDr-0002Bc-TG for gllmg-musl@plane.gmane.org; Mon, 21 Jul 2014 18:13:56 +0200 Original-Received: (qmail 5665 invoked by uid 550); 21 Jul 2014 16:13:55 -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 5655 invoked from network); 21 Jul 2014 16:13:55 -0000 Content-Disposition: inline In-Reply-To: <20140721190956.7d70902c@vostro> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:5554 Archived-At: On Mon, Jul 21, 2014 at 07:09:56PM +0300, Timo Teras wrote: > So +300 bytes in text, but in return there is added functionality such > as returning the link-level info in PF_PACKET dump (including > statistics). I also expect the code to be a lot faster: One thing I forgot to ask: is there any regression in returning old-style interface "alias" names, i.e. do things like "eth0:1" still appear in the output of if_nameindex? Rich