]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: allow up to 64 bytes in the set element data area
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 16 May 2023 14:44:32 +0000 (16:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 11:44:08 +0000 (12:44 +0100)
commit18b1a80bd703a39f1209e03107645f49d134765b
treede099e248bce312535677f54c949df23ed13a51c
parent986afba1e4b216781f28843284ede4078ac679d5
netfilter: nf_tables: allow up to 64 bytes in the set element data area

e4fa54f92314004dca22482ac9f769ae0b21bf20 ]

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: Sasha Levin <sashal@kernel.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c