From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: [PATCH iproute2 0/2] display netns name instead of nsid Date: Mon, 4 Jun 2018 14:12:51 +0200 Message-ID: <20180604121253.2140-1-nicolas.dichtel@6wind.com> References: <20180531114615.3f10766f@shemminger-XPS-13-9360> Cc: netdev@vger.kernel.org To: stephen@networkplumber.org Return-path: Received: from host.76.145.23.62.rev.coltfrance.com ([62.23.145.76]:47310 "EHLO proxy.6wind.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752678AbeFDMNM (ORCPT ); Mon, 4 Jun 2018 08:13:12 -0400 In-Reply-To: <20180531114615.3f10766f@shemminger-XPS-13-9360> Sender: netdev-owner@vger.kernel.org List-ID: [PATCH iproute2 0/2] display netns name instead of nsid After these patches, the iproute2 name of netns is displayed instead of the nsid. It's easier to read/understand. ip/ip_common.h | 3 +++ ip/ipaddress.c | 23 ++++++++++++++++++----- ip/iplink.c | 18 ++++++++++++++++-- ip/ipnetns.c | 18 ++++++++++++++++-- 4 files changed, 53 insertions(+), 9 deletions(-) Comments are welcomed, Regards, Nicolas