]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: Allow object names of up to 255 chars
authorPhil Sutter <phil@nwl.cc>
Thu, 27 Jul 2017 14:56:44 +0000 (16:56 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 31 Jul 2017 18:41:59 +0000 (20:41 +0200)
commit1fad2f3554e5d4785112093c5a0ac43cbd7966a6
treeed3fed47e24762017caa99efbd12bc3513383ee0
parent68b63091aae87ee6d880208c962173b84e95add7
netfilter: nf_tables: Allow object 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