diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-01-18 11:32:40 -0500 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2011-01-19 12:27:46 -0500 |
commit | cc4fc022571376412986e27e08b0765e9cb2aafb (patch) | |
tree | 5ac8445f9f00461614e18cd39cfcfe4f962b5412 /Documentation/feature-removal-schedule.txt | |
parent | 93557f53e1fbd9e2b6574ab0a9b5852628fde9e3 (diff) |
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/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 7 |
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() | |||
576 | Who: Tejun Heo <tj@kernel.org> | 576 | Who: Tejun Heo <tj@kernel.org> |
577 | 577 | ||
578 | ---------------------------- | 578 | ---------------------------- |
579 | |||
580 | What: xt_connlimit rev 0 | ||
581 | When: 2012 | ||
582 | Who: Jan Engelhardt <jengelh@medozas.de> | ||
583 | Files: net/netfilter/xt_connlimit.c | ||
584 | |||
585 | ---------------------------- | ||