Blame SOURCES/0001-Add-deprecation-notice-to-ipset.8.patch

feba2e
From e9398b721855f8fbfb30a21d475d0aeb7f85bbe5 Mon Sep 17 00:00:00 2001
feba2e
From: Phil Sutter <psutter@redhat.com>
feba2e
Date: Fri, 25 Jun 2021 13:47:57 +0200
feba2e
Subject: [PATCH] Add deprecation notice to ipset.8
feba2e
feba2e
This is RHEL9 trying to friendly kick people towards nftables.
feba2e
---
feba2e
 src/ipset.8 | 17 +++++++++++++++--
feba2e
 1 file changed, 15 insertions(+), 2 deletions(-)
feba2e
feba2e
diff --git a/src/ipset.8 b/src/ipset.8
feba2e
index 97cece9fb04b5..d68e9bbc22891 100644
feba2e
--- a/src/ipset.8
feba2e
+++ b/src/ipset.8
feba2e
@@ -51,6 +51,18 @@ COMMANDS := { \fBcreate\fR | \fBadd\fR | \fBdel\fR | \fBtest\fR | \fBdestroy\fR
feba2e
 .PP
feba2e
 \fBipset\fR \fB\-\fR
feba2e
 .SH "DESCRIPTION"
feba2e
+This tool is
feba2e
+.B deprecated
feba2e
+in Red Hat Enterprise Linux. It is maintenance only and will not receive new
feba2e
+features. New setups should use
feba2e
+.BR nft (8).
feba2e
+Existing setups should migrate to
feba2e
+.BR nft (8)
feba2e
+when possible. See
feba2e
+.UR https://red.ht/nft_your_tables
feba2e
+.UE
feba2e
+for details.
feba2e
+.PP
feba2e
 \fBipset\fR
feba2e
 is used to set up, maintain and inspect so called IP sets in the Linux
feba2e
 kernel. Depending on the type of the set, an IP set may store IP(v4/v6)
feba2e
@@ -1099,8 +1111,9 @@ Bugs? No, just funny features. :\-)
feba2e
 OK, just kidding...
feba2e
 .SH "SEE ALSO"
feba2e
 \fBiptables\fR(8),
feba2e
-\fBip6tables\fR(8)
feba2e
-\fBiptables-extensions\fR(8)
feba2e
+\fBip6tables\fR(8),
feba2e
+\fBiptables-extensions\fR(8),
feba2e
+\fBnft\fR(8)
feba2e
 .SH "AUTHORS"
feba2e
 Jozsef Kadlecsik wrote ipset, which is based on ippool by
feba2e
 Joakim Axelsson, Patrick Schaaf and Martin Josefsson.
feba2e
-- 
feba2e
2.31.1
feba2e