From: Louis Scalbert Date: Mon, 9 Nov 2020 10:24:53 +0000 (+0100) Subject: lib: change limit of netns name from 15 to 35 characters X-Git-Tag: base_7.6~301^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F7463%2Fhead;p=mirror%2Ffrr.git lib: change limit of netns name from 15 to 35 characters Extend the size of netns name to match linux permitted netns name size Signed-off-by: Louis Scalbert --- diff --git a/lib/vrf.h b/lib/vrf.h index 2d2fbe4fef..c636b9ea7e 100644 --- a/lib/vrf.h +++ b/lib/vrf.h @@ -43,7 +43,7 @@ enum { IFLA_VRF_UNSPEC, IFLA_VRF_TABLE, __IFLA_VRF_MAX }; #endif #define VRF_NAMSIZ 36 -#define NS_NAMSIZ 16 +#define NS_NAMSIZ 36 /* * The command strings