summaryrefslogtreecommitdiffstats
path: root/src/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.c')
-rw-r--r--src/object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object.c b/src/object.c
index 434f999..f62395d 100644
--- a/src/object.c
+++ b/src/object.c
@@ -32,6 +32,7 @@ static struct obj_ops *obj_ops[] = {
[NFT_OBJECT_LIMIT] = &obj_ops_limit,
[NFT_OBJECT_TUNNEL] = &obj_ops_tunnel,
[NFT_OBJECT_CT_TIMEOUT] = &obj_ops_ct_timeout,
+ [NFT_OBJECT_SECMARK] = &obj_ops_secmark,
};
static struct obj_ops *nftnl_obj_ops_lookup(uint32_t type)