commit | d719e3f21cf91d3f82bd827d46199ba41af2f73a | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Mar 09 11:57:20 2018 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Mar 20 13:27:19 2018 +0100 |
tree | 143e281daf395720f4ba2561bd8190fba39df6ae | |
parent | 35d8deb80c30fdb2dee3e2dac71eab00d8a6fed5 [diff] |
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>