]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit00e03ada578544e31e000b85132fd1396212f5d8
treefdcf05bb970caa499a8dc86c058a167d8eb098b3
parent64fe4526cf83a3ebc8e3319a8c9575a9959dcd05
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