From 9cdef799414451258a62d088ba7cda6ff6035a88 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Thu, 26 Dec 2013 16:50:00 +0100 Subject: src: update meta expr This patch adds userspace support for the meta expression in the set flavour. This expression indicates that the packet has to be set with a property, currently one of mark, priority or nftrace. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- include/libnftables/expr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libnftables/expr.h') diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h index d292773..25455e4 100644 --- a/include/libnftables/expr.h +++ b/include/libnftables/expr.h @@ -50,6 +50,7 @@ enum { enum { NFT_EXPR_META_KEY = NFT_RULE_EXPR_ATTR_BASE, NFT_EXPR_META_DREG, + NFT_EXPR_META_SREG, }; enum { -- cgit v1.2.3