netfilter: nf_tables: allow set names up to 32 bytes
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 4 May 2016 15:49:53 +0000 (17:49 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 5 May 2016 14:39:51 +0000 (16:39 +0200)
commitcb39ad8b8ef224c544074962780bf763077d6141
treed79442a20d5088c0cfd209e8b3aafbf1e9c30a9d
parentd7cdf81657776ca1aa8377fd84d02fd8774db483
netfilter: nf_tables: allow set names up to 32 bytes

Currently, we support set names of up to 16 bytes, get this aligned
with the maximum length we can use in ipset to make it easier when
considering migration to nf_tables.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h
include/uapi/linux/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c