summaryrefslogtreecommitdiffstats
path: root/src/ct.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2014-01-15 11:11:10 +0000
committerPatrick McHardy <kaber@trash.net>2014-01-15 11:11:10 +0000
commite71137847f6f1220abfb418590b2a8b1847fc4c6 (patch)
tree8e7d96ac8bf8945b1e8a72ed2317d258d5754cfb /src/ct.c
parent4aa022a097e06edb677d37aca8633df55016f8f5 (diff)
expr: remove secmark from ct and meta expression
The secctx should be used instead of the secmark. Remove for now. Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'src/ct.c')
-rw-r--r--src/ct.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ct.c b/src/ct.c
index b8f76325..f893df9a 100644
--- a/src/ct.c
+++ b/src/ct.c
@@ -104,9 +104,6 @@ static const struct ct_template ct_templates[] = {
[NFT_CT_MARK] = CT_TEMPLATE("mark", &mark_type,
BYTEORDER_HOST_ENDIAN,
4 * BITS_PER_BYTE),
- [NFT_CT_SECMARK] = CT_TEMPLATE("secmark", &integer_type,
- BYTEORDER_HOST_ENDIAN,
- 4 * BITS_PER_BYTE),
[NFT_CT_EXPIRATION] = CT_TEMPLATE("expiration", &time_type,
BYTEORDER_HOST_ENDIAN,
4 * BITS_PER_BYTE),