From e71137847f6f1220abfb418590b2a8b1847fc4c6 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 15 Jan 2014 11:11:10 +0000 Subject: 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 --- src/ct.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ct.c') 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), -- cgit v1.2.3