From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2 v2 0/2] display netns name instead of nsid Date: Fri, 8 Jun 2018 10:08:08 -0700 Message-ID: <20180608100808.17b9a05d@xeon-e3> References: <20180604141215.0669f05f@xeon-e3> <20180605130831.8175-1-nicolas.dichtel@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Nicolas Dichtel Return-path: Received: from mail-pl0-f68.google.com ([209.85.160.68]:43723 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752328AbeFHRIK (ORCPT ); Fri, 8 Jun 2018 13:08:10 -0400 Received: by mail-pl0-f68.google.com with SMTP id c41-v6so8644538plj.10 for ; Fri, 08 Jun 2018 10:08:10 -0700 (PDT) In-Reply-To: <20180605130831.8175-1-nicolas.dichtel@6wind.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 5 Jun 2018 15:08:29 +0200 Nicolas Dichtel wrote: > After these patches, the iproute2 name of netns is displayed instead of > the nsid. It's easier to read/understand. > > v1 -> v2: > - open netns socket and init netns map only when needed > > ip/ip_common.h | 3 +++ > ip/ipaddress.c | 20 +++++++++++++++----- > ip/iplink.c | 18 ++++++++++++++++-- > ip/ipnetns.c | 22 ++++++++++++++++++++-- > 4 files changed, 54 insertions(+), 9 deletions(-) > > Comments are welcomed, > Regards, > Nicolas Applied