From 8a2a96237249db7816218b9cbed1457a5d51a3ad Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 31 May 2018 17:46:13 +0200 Subject: expr: add connlimit support Signed-off-by: Pablo Neira Ayuso --- include/buffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/buffer.h') 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" -- cgit v1.2.3