summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-02-02 11:38:46 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2013-02-03 20:31:53 +0100
commitd07d9c1911739037be2db1d54a59aadf5c2d4adc (patch)
tree2db0c8dd1ec24c7f2efdd6e73f20a72e6381e042 /include
parent3ed3c75a9a7a25ba9e8773e8830ab5b3914ef51b (diff)
set: complete support
Including examples. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/libnftables/set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libnftables/set.h b/include/libnftables/set.h
index 00bf806..e56fb50 100644
--- a/include/libnftables/set.h
+++ b/include/libnftables/set.h
@@ -7,8 +7,8 @@ enum {
NFT_SET_ATTR_FLAGS,
NFT_SET_ATTR_KEY_TYPE,
NFT_SET_ATTR_KEY_LEN,
- NFT_SET_ATTR_VERDICT,
- NFT_SET_ATTR_CHAIN,
+ NFT_SET_ATTR_DATA_TYPE,
+ NFT_SET_ATTR_DATA_LEN,
};
struct nft_set;