netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_cluster
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 2 Mar 2015 13:40:39 +0000 (14:40 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 6 Mar 2015 00:21:05 +0000 (01:21 +0100)
commit43270b1bc5f1e33522dacf3d3b9175c29404c36c
treec79ecde27935293ffa36d7bfd665912f8186c2eb
parent72500bc11e4da570bd66c0965e2dc74f52c8aba2
netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_cluster

xt_cluster supersedes ipt_CLUSTERIP since it can be also used in
gateway configurations (not only from the backend side).

ipt_CLUSTER is also known to leak the netdev that it uses on
device removal, which requires a rather large fix to workaround
the problem: http://patchwork.ozlabs.org/patch/358629/

So let's deprecate this so we can probably kill code this in the
future.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netns/x_tables.h
net/ipv4/netfilter/ipt_CLUSTERIP.c