From: Florian Westphal Date: Fri, 14 Nov 2014 12:21:48 +0000 (+0100) Subject: netfilter: xt_connlimit: honor conntrack zone if available X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~122^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59ea3df3fc290b91c52a250c19091c18b4e6d7e;p=pandora-kernel.git netfilter: xt_connlimit: honor conntrack zone if available Currently all the conntrack lookups are done using default zone. In case the skb has a ct attached (e.g. template) we should use this zone for lookups instead. This makes connlimit work with connections assigned to other zones. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed