netfilter: nf_tables: Allow chain name of up to 255 chars
authorPhil Sutter <phil@nwl.cc>
Thu, 27 Jul 2017 14:56:42 +0000 (16:56 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 31 Jul 2017 18:41:57 +0000 (20:41 +0200)
commitb7263e071aba736cea9e71cdf2e76dfa7aebd039
tree25e9dbc295a10dde326079a895c36dcccafc7204
parente46abbcc05aa8a16b0e7f5c94e86d11af9aa2770
netfilter: nf_tables: Allow chain name 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
net/netfilter/nf_tables_trace.c