netfilter: nf_tables: Allow set names of up to 255 chars
commit387454901bd62022ac1b04e15bd8d4fcc60bbed4
authorPhil Sutter <phil@nwl.cc>
Thu, 27 Jul 2017 14:56:43 +0000 (27 16:56 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 31 Jul 2017 18:41:58 +0000 (31 20:41 +0200)
tree9cf1058127a2af54d8c86db31a5d3e11ffa6cc01
parentb7263e071aba736cea9e71cdf2e76dfa7aebd039
netfilter: nf_tables: Allow set names of up to 255 chars

Same conversion as for table names, use NFT_NAME_MAXLEN as upper
boundary as well.

Signed-off-by: Phil Sutter <phil@nwl.cc>
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