From: Kristian Evensen Date: Tue, 7 Jan 2014 15:43:54 +0000 (+0100) Subject: netfilter: nft_ct: Add support to set the connmark X-Git-Tag: v3.14-rc1~94^2~245^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ede3d3821a732120fd671846c2606a1eb4e8b3;p=pandora-kernel.git netfilter: nft_ct: Add support to set the connmark This patch adds kernel support for setting properties of tracked connections. Currently, only connmark is supported. One use-case for this feature is to provide the same functionality as -j CONNMARK --save-mark in iptables. Some restructuring was needed to implement the set op. The new structure follows that of nft_meta. Signed-off-by: Kristian Evensen Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed