summaryrefslogtreecommitdiffstats
path: root/include/buffer.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-05-31 17:46:13 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-06-06 15:50:06 +0200
commit8a2a96237249db7816218b9cbed1457a5d51a3ad (patch)
tree4d7c370d444f0bc1c458b9e7a3afeb7bde0ee4fe /include/buffer.h
parent038d226f2e6cc132de151cc295ea2e4b8805659a (diff)
expr: add connlimit support
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/buffer.h')
-rw-r--r--include/buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/buffer.h b/include/buffer.h
index f556895..f6626a6 100644
--- a/include/buffer.h
+++ b/include/buffer.h
@@ -50,6 +50,7 @@ int nftnl_buf_expr(struct nftnl_buf *b, int type, uint32_t flags,
#define COMPAT_FLAGS "compat_flags"
#define COMPAT_PROTO "compat_proto"
#define CONSUMED "consumed"
+#define COUNT "count"
#define DATA "data"
#define DEVICE "device"
#define DIR "dir"