Blame SOURCES/0030-include-Resync-nf_tables.h-cache-copy.patch

acfc56
From 77a93baa622f8aa33fa6182d72b380d980e39574 Mon Sep 17 00:00:00 2001
acfc56
From: Phil Sutter <psutter@redhat.com>
acfc56
Date: Sat, 8 Aug 2020 00:09:06 +0200
acfc56
Subject: [PATCH] include: Resync nf_tables.h cache copy
acfc56
acfc56
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1820684
acfc56
Upstream Status: nftables commit f1e5a0499c077
acfc56
acfc56
commit f1e5a0499c0773f18bc592dd0da0340120daa482
acfc56
Author: Stefano Brivio <sbrivio@redhat.com>
acfc56
Date:   Mon Apr 13 21:48:02 2020 +0200
acfc56
acfc56
    include: Resync nf_tables.h cache copy
acfc56
acfc56
    Get this header in sync with nf.git as of commit ef516e8625dd.
acfc56
acfc56
    Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
acfc56
    Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
acfc56
---
acfc56
 include/linux/netfilter/nf_tables.h | 2 ++
acfc56
 1 file changed, 2 insertions(+)
acfc56
acfc56
diff --git a/include/linux/netfilter/nf_tables.h b/include/linux/netfilter/nf_tables.h
acfc56
index 1a99df3..9b54a86 100644
acfc56
--- a/include/linux/netfilter/nf_tables.h
acfc56
+++ b/include/linux/netfilter/nf_tables.h
acfc56
@@ -274,6 +274,7 @@ enum nft_rule_compat_attributes {
acfc56
  * @NFT_SET_TIMEOUT: set uses timeouts
acfc56
  * @NFT_SET_EVAL: set can be updated from the evaluation path
acfc56
  * @NFT_SET_OBJECT: set contains stateful objects
acfc56
+ * @NFT_SET_CONCAT: set contains a concatenation
acfc56
  */
acfc56
 enum nft_set_flags {
acfc56
 	NFT_SET_ANONYMOUS		= 0x1,
acfc56
@@ -283,6 +284,7 @@ enum nft_set_flags {
acfc56
 	NFT_SET_TIMEOUT			= 0x10,
acfc56
 	NFT_SET_EVAL			= 0x20,
acfc56
 	NFT_SET_OBJECT			= 0x40,
acfc56
+	NFT_SET_CONCAT			= 0x80,
acfc56
 };
acfc56
 
acfc56
 /**
acfc56
-- 
8ff5ad
2.31.1
acfc56