]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
include: Resync nf_tables.h cache copy
authorStefano Brivio <sbrivio@redhat.com>
Mon, 13 Apr 2020 19:48:02 +0000 (21:48 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 14 Apr 2020 21:14:20 +0000 (23:14 +0200)
Get this header in sync with nf.git as of commit ef516e8625dd.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter/nf_tables.h

index 30f2a87270dc5622cf616084d542cdc765193a44..4565456c0ef447e44e59791b23be2e702b828054 100644 (file)
@@ -276,6 +276,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,
@@ -285,6 +286,7 @@ enum nft_set_flags {
        NFT_SET_TIMEOUT                 = 0x10,
        NFT_SET_EVAL                    = 0x20,
        NFT_SET_OBJECT                  = 0x40,
+       NFT_SET_CONCAT                  = 0x80,
 };
 
 /**