summaryrefslogtreecommitdiffstats
path: root/include/libnftnl
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftnl')
-rw-r--r--include/libnftnl/object.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/libnftnl/object.h b/include/libnftnl/object.h
index ccd9d19..1c3bc7c 100644
--- a/include/libnftnl/object.h
+++ b/include/libnftnl/object.h
@@ -40,6 +40,14 @@ enum {
NFTNL_OBJ_CT_HELPER_L4PROTO,
};
+enum {
+ NFTNL_OBJ_LIMIT_RATE = NFTNL_OBJ_BASE,
+ NFTNL_OBJ_LIMIT_UNIT,
+ NFTNL_OBJ_LIMIT_BURST,
+ NFTNL_OBJ_LIMIT_TYPE,
+ NFTNL_OBJ_LIMIT_FLAGS,
+};
+
struct nftnl_obj;
struct nftnl_obj *nftnl_obj_alloc(void);