summaryrefslogtreecommitdiffstats
path: root/include/libnftnl/expr.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-01-11 19:38:24 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-01-13 13:44:53 +0100
commit18bd29733fb67f975fcce1ae8c1aaed22220cd4d (patch)
treef9e06d8c6b97cdf7a7977b9d9fde31b6b49f539b /include/libnftnl/expr.h
parent1a3c075be1cf57dc248f38a974a8a01457e6b6e2 (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'include/libnftnl/expr.h')
-rw-r--r--include/libnftnl/expr.h1
1 files changed, 1 insertions, 0 deletions
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 {