From: Patrick McHardy Date: Sat, 11 Apr 2015 09:46:41 +0000 (+0100) Subject: netfilter: nf_tables: add flag to indicate set contains expressions X-Git-Tag: omap-for-v4.2/o2_dc~131^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c6c6e95a12e46f499749bdd496e53d03950f377;p=pandora-kernel.git netfilter: nf_tables: add flag to indicate set contains expressions Add a set flag to indicate that the set is used as a state table and contains expressions for evaluation. This operation is mutually exclusive with the mapping operation, so sets specifying both are rejected. The lookup expression also rejects binding to state tables since it only deals with loopup and map operations. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed