On Fri, Mar 21, 2014 at 09:24:47AM +0200, Tomasz Bursztyka wrote: > Hi Giuseppe, > > >checks if the name of set is larger than 15 chars > > You mean 16 characters > > Btw, have you tested 16 chars length name: when listing the set back, > is such name cut to 15 chars? > > That sounds to be an issue from kernel side, at least looking quickly, > I could not find any code shortening this in libmnl, libnftnl or nftables. The kernel is indeed limiting the name length in nf_tables_newset, see nla_strcpy there. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html