]> git.itanic.dy.fi Git - linux-stable/commit
netfilter: nf_tables: allow up to 64 bytes in the set element data area
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 27 May 2023 16:08:06 +0000 (18:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 11:38:37 +0000 (12:38 +0100)
commit5616a4fb235925d46f3d95096784271adbe07039
treeb5a6cb6a928bfc0201d324cd5ce608c0336e95e2
parent8f9be0b46fcbab02af3567a30be496b4e9568686
netfilter: nf_tables: allow up to 64 bytes in the set element data area

fdb9c405e35bdc6e305b9b4e20ebc141ed14fc81 ]

So far, the set elements could store up to 128-bits in the data area.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c