From: Phil Sutter <phil@nwl.cc> To: Pablo Neira Ayuso <pablo@netfilter.org> Cc: netfilter-devel@vger.kernel.org Subject: [iptables PATCH] extensions: CLUSTERIP: Mark as deprecated in man page Date: Wed, 4 Dec 2019 14:09:21 +0100 [thread overview] Message-ID: <20191204130921.2914-1-phil@nwl.cc> (raw) Kernel even warns if being used, reflect its state in man page, too. Signed-off-by: Phil Sutter <phil@nwl.cc> --- extensions/libipt_CLUSTERIP.man | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions/libipt_CLUSTERIP.man b/extensions/libipt_CLUSTERIP.man index 8ec6d6b6e163d..768bb23e5a7ac 100644 --- a/extensions/libipt_CLUSTERIP.man +++ b/extensions/libipt_CLUSTERIP.man @@ -2,6 +2,9 @@ This module allows you to configure a simple cluster of nodes that share a certain IP and MAC address without an explicit load balancer in front of them. Connections are statically distributed between the nodes in this cluster. +.PP +Please note that CLUSTERIP target is considered deprecated in favour of cluster +match which is more flexible and not limited to IPv4. .TP \fB\-\-new\fP Create a new ClusterIP. You always have to set this on the first rule -- 2.24.0
next reply other threads:[~2019-12-04 13:09 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-12-04 13:09 Phil Sutter [this message] 2019-12-04 13:46 ` Florian Westphal
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20191204130921.2914-1-phil@nwl.cc \ --to=phil@nwl.cc \ --cc=netfilter-devel@vger.kernel.org \ --cc=pablo@netfilter.org \ --subject='Re: [iptables PATCH] extensions: CLUSTERIP: Mark as deprecated in man page' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).