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:51:28 +0000
commit76482c13d0d04759e2982578a5477ef6fd180d90 (patch)
tree8f476d1cebebc8702ba85206c1186e48df1cd30a /src/ct.c
parentb59e65c0f24b64936113e2b72f83466a88f8a4c2 (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 e5ca593c..c7849fb0 100644
--- a/src/ct.c
+++ b/src/ct.c
@@ -103,9 +103,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),