From f3bc72c1d77147001512354573680bd88f257afe Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:36:15 +0000 Subject: Apply patch 0030-include-Resync-nf_tables.h-cache-copy.patch patch_name: 0030-include-Resync-nf_tables.h-cache-copy.patch present_in_specfile: true location_in_specfile: 30 --- diff --git a/include/linux/netfilter/nf_tables.h b/include/linux/netfilter/nf_tables.h index 1a99df3..9b54a86 100644 --- a/include/linux/netfilter/nf_tables.h +++ b/include/linux/netfilter/nf_tables.h @@ -274,6 +274,7 @@ enum nft_rule_compat_attributes { * @NFT_SET_TIMEOUT: set uses timeouts * @NFT_SET_EVAL: set can be updated from the evaluation path * @NFT_SET_OBJECT: set contains stateful objects + * @NFT_SET_CONCAT: set contains a concatenation */ enum nft_set_flags { NFT_SET_ANONYMOUS = 0x1, @@ -283,6 +284,7 @@ enum nft_set_flags { NFT_SET_TIMEOUT = 0x10, NFT_SET_EVAL = 0x20, NFT_SET_OBJECT = 0x40, + NFT_SET_CONCAT = 0x80, }; /**