On Wed, Apr 20, 2016 at 03:43:00PM +0200, Arturo Borrero Gonzalez wrote: > Currently, if we choose a set name larger than allowed, the error message is: > Error: Could not process rule: Numerical result out of range > > Let's inform the user with a better error message. > > We can discuss later if length of set names should be increased, but I think > this better error reporting is necessary right now to avoid headaches to users. /* The max length of strings including NUL: set and type identifiers */ #define IPSET_MAXNAMELEN 32 I would like that we get the same length as ipset, this should make it easier for people to migrate. This would require a bit of work though since the interface name size is limited by the register size. Not much a problem, but it would require a bit of code adjustments from the kernel. So let me postpone this userspace check. -- 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