From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next v4 8/9] utils: Introduce and use print_name_and_link() to print name@link Date: Thu, 15 Feb 2018 12:27:26 -0700 Message-ID: References: <1518719648-30134-1-git-send-email-serhe.popovych@gmail.com> <1518719648-30134-9-git-send-email-serhe.popovych@gmail.com> <20180215105942.5d8e0616@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Stephen Hemminger , Serhey Popovych Return-path: Received: from mail-pg0-f42.google.com ([74.125.83.42]:38025 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1033255AbeBOT1e (ORCPT ); Thu, 15 Feb 2018 14:27:34 -0500 Received: by mail-pg0-f42.google.com with SMTP id l24so552977pgc.5 for ; Thu, 15 Feb 2018 11:27:34 -0800 (PST) In-Reply-To: <20180215105942.5d8e0616@xeon-e3> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 2/15/18 11:59 AM, Stephen Hemminger wrote: > On Thu, 15 Feb 2018 20:34:07 +0200 > Serhey Popovych wrote: > >> + fprintf(fp, "%d: ", ifi->ifi_index); >> + >> + print_name_and_link("%s: ", COLOR_NONE, name, tb); > > This should be COLOR_IFNAME but I am working on that. > Let me commit this series and adjust from there.