On Fri, Mar 21, 2014 at 06:39:00PM +0100, Giuseppe Longo wrote: > checks if the name of set is larger than 16 chars > before to add it. > If so, the set is not added and an error message is printed. > > I didn't figure out why, but another error message is printed, see below: > > nft add set ip test thenameofthissetistoolooong { type ipv4_address\; } > <cmdline>:1:17-43: Error: set name is too long (> 16) > add set ip test thenameofthissetistoolooong { type ipv4_address; } > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > <cmdline>:1:66-66: Error: syntax error, unexpected '}' > add set ip test thenameofthissetistoolooong { type ipv4_address; } I sent you a patch, I think it's better if we fix this from kernel-space. -- 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