summaryrefslogtreecommitdiffstats
path: root/src/meta.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta.c')
-rw-r--r--src/meta.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/meta.c b/src/meta.c
index 32f30121..3d84c509 100644
--- a/src/meta.c
+++ b/src/meta.c
@@ -327,8 +327,6 @@ static const struct meta_template meta_templates[] = {
1 , BYTEORDER_HOST_ENDIAN),
[NFT_META_RTCLASSID] = META_TEMPLATE("rtclassid", &realm_type,
4 * 8, BYTEORDER_HOST_ENDIAN),
- [NFT_META_SECMARK] = META_TEMPLATE("secmark", &integer_type,
- 4 * 8, BYTEORDER_HOST_ENDIAN),
};
static void meta_expr_print(const struct expr *expr)