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/set.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/set.h') diff --git a/include/set.h b/include/set.h index 85bd389..c6deb73 100644 --- a/include/set.h +++ b/include/set.h @@ -14,6 +14,7 @@ struct nftnl_set { uint32_t key_len; uint32_t data_type; uint32_t data_len; + uint32_t obj_type; struct { void *data; uint32_t len; -- cgit v1.2.3