diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index cc02e67239ec..166915df8d6a 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -313,3 +313,35 @@ Why: This algorithm was provided for reference but always exhibited bad | |||
313 | responsiveness and performance and has some serious flaws. It has been | 313 | responsiveness and performance and has some serious flaws. It has been |
314 | replaced by rc80211-pid. | 314 | replaced by rc80211-pid. |
315 | Who: Stefano Brivio <stefano.brivio@polimi.it> | 315 | Who: Stefano Brivio <stefano.brivio@polimi.it> |
316 | |||
317 | --------------------------- | ||
318 | |||
319 | What (Why): | ||
320 | - include/linux/netfilter_ipv4/ipt_TOS.h ipt_tos.h header files | ||
321 | (superseded by xt_TOS/xt_tos target & match) | ||
322 | |||
323 | - "forwarding" header files like ipt_mac.h in | ||
324 | include/linux/netfilter_ipv4/ and include/linux/netfilter_ipv6/ | ||
325 | |||
326 | - xt_CONNMARK match revision 0 | ||
327 | (superseded by xt_CONNMARK match revision 1) | ||
328 | |||
329 | - xt_MARK target revisions 0 and 1 | ||
330 | (superseded by xt_MARK match revision 2) | ||
331 | |||
332 | - xt_connmark match revision 0 | ||
333 | (superseded by xt_connmark match revision 1) | ||
334 | |||
335 | - xt_conntrack match revision 0 | ||
336 | (superseded by xt_conntrack match revision 1) | ||
337 | |||
338 | - xt_iprange match revision 0, | ||
339 | include/linux/netfilter_ipv4/ipt_iprange.h | ||
340 | (superseded by xt_iprange match revision 1) | ||
341 | |||
342 | - xt_mark match revision 0 | ||
343 | (superseded by xt_mark match revision 1) | ||
344 | |||
345 | When: January 2009 or Linux 2.7.0, whichever comes first | ||
346 | Why: Superseded by newer revisions or modules | ||
347 | Who: Jan Engelhardt <jengelh@computergmbh.de> | ||