aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/Kbuild
diff options
context:
space:
mode:
authorFlorian Westphal <fwestphal@astaro.com>2011-03-15 20:16:20 +0100
committerPatrick McHardy <kaber@trash.net>2011-03-15 20:16:20 +0100
commitde81bbea17650769882bc625d6b5df11ee7c4b24 (patch)
tree2e1250b7309977fc48b4f5b88f83959795f04591 /include/linux/netfilter/Kbuild
parentipv6: netfilter: ip6_tables: fix infoleak to userspace (diff)
downloadlinux-dev-de81bbea17650769882bc625d6b5df11ee7c4b24.tar.xz
linux-dev-de81bbea17650769882bc625d6b5df11ee7c4b24.zip
netfilter: ipt_addrtype: rename to xt_addrtype
Followup patch will add ipv6 support. ipt_addrtype.h is retained for compatibility reasons, but no longer used by the kernel. Signed-off-by: Florian Westphal <fwestphal@astaro.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux/netfilter/Kbuild')
-rw-r--r--include/linux/netfilter/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild
index 15e83bf3dd58..a1b410c76fc3 100644
--- a/include/linux/netfilter/Kbuild
+++ b/include/linux/netfilter/Kbuild
@@ -29,6 +29,7 @@ header-y += xt_TCPMSS.h
header-y += xt_TCPOPTSTRIP.h
header-y += xt_TEE.h
header-y += xt_TPROXY.h
+header-y += xt_addrtype.h
header-y += xt_cluster.h
header-y += xt_comment.h
header-y += xt_connbytes.h