From: Arturo Borrero Gonzalez Date: Thu, 26 Dec 2013 15:38:01 +0000 (+0100) Subject: netfilter: nf_tables: nft_meta module get/set ops X-Git-Tag: v3.14-rc1~94^2~278^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e035b77ac7be430a5fef8c9c23f60b6b50ec81c5;p=pandora-kernel.git netfilter: nf_tables: nft_meta module get/set ops This patch adds kernel support for the meta expression in get/set flavour. The set operation indicates that a given packet has to be set with a property, currently one of mark, priority, nftrace. The get op is what was currently working: evaluate the given packet property. In the nftrace case, the value is always 1. Such behaviour is copied from net/netfilter/xt_TRACE.c The NFTA_META_DREG and NFTA_META_SREG attributes are mutually exclusives. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed