]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Drop INCOMPATIBILITIES file
authorPhil Sutter <phil@nwl.cc>
Sat, 3 Dec 2022 21:44:40 +0000 (22:44 +0100)
committerPhil Sutter <phil@nwl.cc>
Wed, 14 Dec 2022 14:45:47 +0000 (15:45 +0100)
The problems described in there were relevant 17 years ago.

Signed-off-by: Phil Sutter <phil@nwl.cc>
INCOMPATIBILITIES [deleted file]

diff --git a/INCOMPATIBILITIES b/INCOMPATIBILITIES
deleted file mode 100644 (file)
index ddb2408..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-INCOMPATIBILITIES:
-
-- The REJECT target has an '--reject-with admin-prohib' option which used
-  with kernels that do not support it, will result in a plain DROP instead
-  of REJECT.  Use with caution.
-  Kernels that do support it:
-       2.4 - since 2.4.22-pre9
-       2.6 - all
-
-- There are some issues related to upgrading from 1.2.x to 1.3.x on a system
-  with dynamic ruleset changes during runtime. (Please see 
-  https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=334).
-  After upgrading from 1.2 to 1.3, it suggest go do an iptables-save, then
-  iptables-restore to ensure your dynamic rule changes continue to work.