summaryrefslogtreecommitdiffstats
path: root/src/statement.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statement.c')
-rw-r--r--src/statement.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statement.c b/src/statement.c
index a02ebc84..909f04ca 100644
--- a/src/statement.c
+++ b/src/statement.c
@@ -204,6 +204,7 @@ static const char *objref_type[NFT_OBJECT_MAX + 1] = {
[NFT_OBJECT_CT_HELPER] = "ct helper",
[NFT_OBJECT_LIMIT] = "limit",
[NFT_OBJECT_CT_TIMEOUT] = "ct timeout",
+ [NFT_OBJECT_SECMARK] = "secmark",
};
const char *objref_type_name(uint32_t type)