Re: [PATCH iproute2 v2 0/2] display netns name instead of nsid

2018-06-08 Thread Stephen Hemminger
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 +++ >

[PATCH iproute2 v2 0/2] display netns name instead of nsid

2018-06-05 Thread Nicolas Dichtel
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 --