]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: rename ipt_recent to xt_recent
authorJan Engelhardt <jengelh@computergmbh.de>
Wed, 8 Oct 2008 09:35:00 +0000 (11:35 +0200)
committerPatrick McHardy <kaber@trash.net>
Wed, 8 Oct 2008 09:35:00 +0000 (11:35 +0200)
commit661ecab569bd1e6897658e50d03af8e8d40b1a80
tree6298c43d1b6aa424c47e1dec8dfd3d932b813dcc
parent313e3d5d9ce90fe64c4728b202921b1882518f43
netfilter: rename ipt_recent to xt_recent

Like with other modules (such as ipt_state), ipt_recent.h is changed
to forward definitions to (IOW include) xt_recent.h, and xt_recent.c
is changed to use the new constant names.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter/Kbuild
include/linux/netfilter/xt_recent.h [new file with mode: 0644]
include/linux/netfilter_ipv4/ipt_recent.h
net/ipv4/netfilter/Kconfig
net/ipv4/netfilter/Makefile
net/ipv4/netfilter/ipt_recent.c [deleted file]
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/xt_recent.c [new file with mode: 0644]