netfilter: nf_conntrack: add support for "conntrack zones"
authorPatrick McHardy <kaber@trash.net>
Mon, 15 Feb 2010 17:13:33 +0000 (18:13 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 15 Feb 2010 17:13:33 +0000 (18:13 +0100)
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 <kaber@trash.net>

No differences found