From: Pablo Neira Ayuso Date: Mon, 2 Mar 2015 13:40:39 +0000 (+0100) Subject: netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_cluster X-Git-Tag: omap-for-v4.2/o2_dc~131^2~292^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43270b1bc5f1e33522dacf3d3b9175c29404c36c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed