netfilter: xt_connlimit: honor conntrack zone if available
authorFlorian Westphal <fw@strlen.de>
Fri, 14 Nov 2014 12:21:48 +0000 (13:21 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 17 Nov 2014 11:44:20 +0000 (12:44 +0100)
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 <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_connlimit.c

Simple merge