netfilter: xt_recent: add address masking option
authorDenys Fedoryshchenko <denys@visp.net.lb>
Thu, 17 May 2012 20:08:57 +0000 (23:08 +0300)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 7 Jun 2012 12:58:42 +0000 (14:58 +0200)
commitefdedd5426a94b00d23483a1bcb4af3a91c894db
treefdcf05bb970caa499a8dc86c058a167d8eb098b3
parent1da6dd07989869fa4f8ec1f47d610d12f96eb04d
netfilter: xt_recent: add address masking option

The mask option allows you put all address belonging that mask into
the same recent slot. This can be useful in case that recent is used
to detect attacks from the same network segment.

Tested for backward compatibility.

Signed-off-by: Denys Fedoryshchenko <denys@visp.net.lb>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Documentation/feature-removal-schedule.txt
include/linux/netfilter.h
include/linux/netfilter/xt_recent.h
net/netfilter/xt_recent.c