summaryrefslogtreecommitdiff
path: root/net/rds
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-02-15 18:13:33 +0100
committerPatrick McHardy <kaber@trash.net>2010-02-15 18:13:33 +0100
commit5d0aa2ccd4699a01cfdf14886191c249d7b45a01 (patch)
tree6ea81b5eede26bd6a04bcc3cd79770c334139381 /net/rds
parent8fea97ec1772bbf553d89187340ef624d548e115 (diff)
downloadlinux-3.10-5d0aa2ccd4699a01cfdf14886191c249d7b45a01.tar.gz
linux-3.10-5d0aa2ccd4699a01cfdf14886191c249d7b45a01.tar.bz2
linux-3.10-5d0aa2ccd4699a01cfdf14886191c249d7b45a01.zip
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>
Diffstat (limited to 'net/rds')
0 files changed, 0 insertions, 0 deletions