summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-07-04 15:35:34 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-07-04 15:35:34 +0000
commit89f897b166f2bdee10744c338814b388dba1c161 (patch)
treec041df7b0d3cf45392fb0b89e5b0ff4523348963
parentcb06074cd3427256d79ff55238418bb94a3171ab (diff)
add note to https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=334
-rw-r--r--INCOMPATIBILITIES6
1 files changed, 6 insertions, 0 deletions
diff --git a/INCOMPATIBILITIES b/INCOMPATIBILITIES
index fd695e1..7057b26 100644
--- a/INCOMPATIBILITIES
+++ b/INCOMPATIBILITIES
@@ -4,3 +4,9 @@ INCOMPATIBILITIES:
with kernels that do not support it, will result in a plain DROP instead
of REJECT. Use with caution.
Kernels that do support it:
+
+- 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.