From f5f62341e21644b42554f84e4893341ac989e833 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 27 Nov 2016 23:27:04 +0100 Subject: set: add NFTNL_SET_OBJ_TYPE attribute This new attribute specifies the stateful object type this set stores. Similar to data type, but specific to store objects. You must set the NFT_SET_OBJECT flag to use this. Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/set.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libnftnl/set.h') diff --git a/include/libnftnl/set.h b/include/libnftnl/set.h index adeb16c..0c978d9 100644 --- a/include/libnftnl/set.h +++ b/include/libnftnl/set.h @@ -23,6 +23,7 @@ enum nftnl_set_attr { NFTNL_SET_TIMEOUT, NFTNL_SET_GC_INTERVAL, NFTNL_SET_USERDATA, + NFTNL_SET_OBJ_TYPE, __NFTNL_SET_MAX }; #define NFTNL_SET_MAX (__NFTNL_SET_MAX - 1) -- cgit v1.2.3