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

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