From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2] ip: IFLA_NEW_NETNSID/IFLA_NEW_IFINDEX support Date: Fri, 1 Jun 2018 16:02:30 -0400 Message-ID: <20180601160230.1708226c@shemminger-XPS-13-9360> References: <20180531142848.377-1-nicolas.dichtel@6wind.com> <20180531114615.3f10766f@shemminger-XPS-13-9360> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: netdev@vger.kernel.org To: Nicolas Dichtel Return-path: Received: from mail-qk0-f196.google.com ([209.85.220.196]:35362 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753036AbeFAUCd (ORCPT ); Fri, 1 Jun 2018 16:02:33 -0400 Received: by mail-qk0-f196.google.com with SMTP id d130-v6so15415349qkc.2 for ; Fri, 01 Jun 2018 13:02:33 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 1 Jun 2018 17:02:18 +0200 Nicolas Dichtel wrote: > Le 31/05/2018 =C3=A0 17:51, Nicolas Dichtel a =C3=A9crit=C2=A0: > > Le 31/05/2018 =C3=A0 17:46, Stephen Hemminger a =C3=A9crit=C2=A0: =20 > >> On Thu, 31 May 2018 16:28:48 +0200 =20 > > [snip] =20 > >> This makes sense. All of linkinfo that is present should be displayed. > >> > >> Both netns and ifindex are really unsigned values. Use __u32 and print= _uint. =20 > > Ok. =20 > I replied a bit quickly, both are signed values: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/n= et/core/rtnetlink.c#n1621 >=20 >=20 > Regards, > Nicolas Ok, Applied orignal patch