diff options
author | Louis Scalbert <louis.scalbert@6wind.com> | 2020-11-09 11:24:53 +0100 |
---|---|---|
committer | Louis Scalbert <louis.scalbert@6wind.com> | 2020-11-09 11:24:53 +0100 |
commit | 990374e1d2009c4038a5842cb69b0d4794ee7caf (patch) | |
tree | 7bf49746fbbfad1f801d97349aa0a126ccaf169b /lib/vrf.h | |
parent | Merge pull request #7447 from donaldsharp/table_stats (diff) | |
download | frr-990374e1d2009c4038a5842cb69b0d4794ee7caf.tar.xz frr-990374e1d2009c4038a5842cb69b0d4794ee7caf.zip |
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 <louis.scalbert@6wind.com>
Diffstat (limited to 'lib/vrf.h')
-rw-r--r-- | lib/vrf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |