summaryrefslogtreecommitdiffstats
path: root/include/libnftnl
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftnl')
-rw-r--r--include/libnftnl/object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libnftnl/object.h b/include/libnftnl/object.h
index 0279705..4ce2230 100644
--- a/include/libnftnl/object.h
+++ b/include/libnftnl/object.h
@@ -97,6 +97,10 @@ enum {
NFTNL_OBJ_TUNNEL_ERSPAN_V2_DIR,
};
+enum {
+ NFTNL_OBJ_SECMARK_CTX = NFTNL_OBJ_BASE,
+};
+
struct nftnl_obj;
struct nftnl_obj *nftnl_obj_alloc(void);