]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netfilter: nf_tables: remove the genmask parameter
authortuqiang <tu.qiang35@zte.com.cn>
Mon, 25 Nov 2024 12:26:34 +0000 (20:26 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 5 Jan 2025 10:24:03 +0000 (11:24 +0100)
commitda0a090a3c6220772801b791845e408ae7579914
tree622953457750076333646d7b17a264283cb52381
parent3e5908172c05ab1511f2a6719b806d6eda6e1715
netfilter: nf_tables: remove the genmask parameter

The genmask parameter is not used within the nf_tables_addchain function
 body. It should be removed to simplify the function parameter list.

Signed-off-by: tuqiang <tu.qiang35@zte.com.cn>
Signed-off-by: Jiang Kun <jiang.kun2@zte.com.cn>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c