From faa855f4deaded25781a41af19ebfe82fa77bfc0 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 13 Jun 2013 13:33:08 +0200 Subject: expr: add limit Signed-off-by: Pablo Neira Ayuso --- include/libnftables/expr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/libnftables') diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h index ba6ef64..bd3fd6e 100644 --- a/include/libnftables/expr.h +++ b/include/libnftables/expr.h @@ -122,6 +122,11 @@ enum { NFT_EXPR_BYTEORDER_SIZE, }; +enum { + NFT_EXPR_LIMIT_RATE = NFT_RULE_EXPR_ATTR_BASE, + NFT_EXPR_LIMIT_DEPTH, +}; + #ifdef __cplusplus } /* extern "C" */ #endif -- cgit v1.2.3