2d3ca2a6c9
- Add deprecation notice to ipset.8 Resolves: rhbz#1945190
29 lines
953 B
Diff
29 lines
953 B
Diff
From f40f76687f6000c9d12f296ce2f2c2a89125b7e3 Mon Sep 17 00:00:00 2001
|
|
From: Phil Sutter <psutter@redhat.com>
|
|
Date: Fri, 25 Jun 2021 13:47:57 +0200
|
|
Subject: [PATCH] Add deprecation notice to ipset.8
|
|
|
|
This is RHEL9 trying to friendly kick people towards nftables.
|
|
---
|
|
src/ipset.8 | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/src/ipset.8 b/src/ipset.8
|
|
index 97cece9fb04b5..ff20be93564a7 100644
|
|
--- a/src/ipset.8
|
|
+++ b/src/ipset.8
|
|
@@ -1094,6 +1094,10 @@ they are automatically replaced by \fBhash:ip\fR type of sets.
|
|
.SH "DIAGNOSTICS"
|
|
Various error messages are printed to standard error. The exit code
|
|
is 0 for correct functioning.
|
|
+.SH "NOTES"
|
|
+This tool is deprecated in Red Hat Enterprise Linux. It is maintenance only and
|
|
+will not receive new features. New setups should use \fBnft\fP(8). Existing
|
|
+setups should migrate to \fBnft\fP(8) when possible.
|
|
.SH "BUGS"
|
|
Bugs? No, just funny features. :\-)
|
|
OK, just kidding...
|
|
--
|
|
2.31.1
|
|
|