]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 9 Mar 2018 10:57:20 +0000 (11:57 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 20 Mar 2018 12:27:19 +0000 (13:27 +0100)
commitd719e3f21cf91d3f82bd827d46199ba41af2f73a
tree143e281daf395720f4ba2561bd8190fba39df6ae
parent35d8deb80c30fdb2dee3e2dac71eab00d8a6fed5
netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}

All existing keys, except the NFT_CT_SRC and NFT_CT_DST are assumed to
have strict datatypes. This is causing problems with sets and
concatenations given the specific length of these keys is not known.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Florian Westphal <fw@strlen.de>
include/uapi/linux/netfilter/nf_tables.h
net/netfilter/nft_ct.c