aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-01-18 17:32:40 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-01-19 18:27:46 +0100
commitcc4fc022571376412986e27e08b0765e9cb2aafb (patch)
tree5ac8445f9f00461614e18cd39cfcfe4f962b5412 /Documentation
parentnetfilter: nf_conntrack: nf_conntrack snmp helper (diff)
downloadlinux-dev-cc4fc022571376412986e27e08b0765e9cb2aafb.tar.xz
linux-dev-cc4fc022571376412986e27e08b0765e9cb2aafb.zip
netfilter: xtables: connlimit revision 1
This adds destination address-based selection. The old "inverse" member is overloaded (memory-wise) with a new "flags" variable, similar to how J.Park did it with xt_string rev 1. Since revision 0 userspace only sets flag 0x1, no great changes are made to explicitly test for different revisions. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 22f10818c2b3..45cc8044dad6 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -576,3 +576,10 @@ Why: The functions have been superceded by cancel_delayed_work_sync()
Who: Tejun Heo <tj@kernel.org>
----------------------------
+
+What: xt_connlimit rev 0
+When: 2012
+Who: Jan Engelhardt <jengelh@medozas.de>
+Files: net/netfilter/xt_connlimit.c
+
+----------------------------