Patrick McHardy 5d0aa2ccd4 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 <kaber@trash.net>
2010-02-15 18:13:33 +01:00
..
2009-12-16 12:16:41 -05:00
2010-01-16 01:04:04 -08:00
2009-11-25 15:14:13 -08:00
2009-12-26 20:38:23 -08:00
2009-12-15 08:53:25 -08:00
2010-02-05 16:29:48 -08:00
2010-01-17 19:16:02 -08:00
2010-01-16 01:04:04 -08:00
2009-11-25 15:14:13 -08:00
2010-01-23 01:21:27 -08:00
2010-01-19 14:23:57 -08:00
2010-01-17 19:16:02 -08:00
2009-07-12 12:22:34 -07:00
2009-12-17 10:51:40 -05:00