]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6
authorPatrick McHardy <kaber@trash.net>
Wed, 29 Nov 2006 01:35:36 +0000 (02:35 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:31:31 +0000 (21:31 -0800)
commit39b46fc6f0d1161a5585cd8af7b3a05e8118ab7e
tree708126eec291a8f7105751c656fb50a6091ec97e
parentd7a5c32442ed3d528b9ddfd3d5b837bad0ffa9da
[NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter/Kbuild
include/linux/netfilter/xt_hashlimit.h [new file with mode: 0644]
include/linux/netfilter_ipv4/ipt_hashlimit.h
net/ipv4/netfilter/Kconfig
net/ipv4/netfilter/Makefile
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/xt_hashlimit.c [moved from net/ipv4/netfilter/ipt_hashlimit.c with 56% similarity]