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/meta.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/meta.c') diff --git a/src/meta.c b/src/meta.c index d7b024b6..6d425255 100644 --- a/src/meta.c +++ b/src/meta.c @@ -331,8 +331,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) -- cgit v1.2.3