From: David Ahern Date: Sat, 9 Nov 2019 01:34:24 +0000 (+0000) Subject: Merge branch 'nsid-cleanup' into next X-Git-Tag: v5.5.0~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=611d3123beafa32667a860bf95af0ba05d178440;p=thirdparty%2Fiproute2.git Merge branch 'nsid-cleanup' into next Guillaume Nault says: ==================== It's currently hard to review ipnetns. The netns ids are inconsistently treated as signed or unsigned and most helper functions aren't prepared to use negative ids. Netns id attributes can be negative: NETNSA_NSID_NOT_ASSIGNED =3D=3D -1. So let's consistently treat nsids as signed and also reject negative values in functions that are supposed to only handle assigned netns ids. While there, let's drop the extra blank line generated by some command line parsing errors (patch 5/5). ==================== Signed-off-by: David Ahern --- 611d3123beafa32667a860bf95af0ba05d178440