summaryrefslogtreecommitdiffstats
path: root/include/libnftables/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables/expr.h')
-rw-r--r--include/libnftables/expr.h5
1 files changed, 5 insertions, 0 deletions
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