From 18bd29733fb67f975fcce1ae8c1aaed22220cd4d Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 11 Jan 2016 19:38:24 +0100 Subject: expr: limit: add support for flags This patch adds the limit flags, the first client of this is the inversion flag that allows us to match overlimit. Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/expr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libnftnl/expr.h') diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h index ab2c5ba..cb2e8a3 100644 --- a/include/libnftnl/expr.h +++ b/include/libnftnl/expr.h @@ -155,6 +155,7 @@ enum { NFTNL_EXPR_LIMIT_UNIT, NFTNL_EXPR_LIMIT_BURST, NFTNL_EXPR_LIMIT_TYPE, + NFTNL_EXPR_LIMIT_FLAGS, }; enum { -- cgit v1.2.3