From: Patrick McHardy Date: Mon, 15 Feb 2010 17:13:33 +0000 (+0100) Subject: netfilter: nf_conntrack: add support for "conntrack zones" X-Git-Tag: v2.6.34-rc1~233^2~303^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d0aa2ccd4699a01cfdf14886191c249d7b45a01;p=pandora-kernel.git netfilter: nf_conntrack: add support for "conntrack zones" Normally, each connection needs a unique identity. Conntrack zones allow to specify a numerical zone using the CT target, connections in different zones can use the same identity. Example: iptables -t raw -A PREROUTING -i veth0 -j CT --zone 1 iptables -t raw -A OUTPUT -o veth1 -j CT --zone 1 Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed