summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2012-08-26 19:14:20 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-08-30 03:00:20 +0200
commitd33cbeeb1a46a7dc82fe9f53e40a742ce0c67c79 (patch)
treee9a6c914878edfd0f74cb48772a599aadfd732f0 /net/netfilter/Makefile
parented72d9e294a66fce8f4b4a2f6c8c011b22f1a87c (diff)
downloadlinux-0-day-d33cbeeb1a46a7dc82fe9f53e40a742ce0c67c79.tar.gz
linux-0-day-d33cbeeb1a46a7dc82fe9f53e40a742ce0c67c79.tar.xz
netfilter: nf_nat: support IPv6 in FTP NAT helper
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/netfilter/Makefile')
-rw-r--r--net/netfilter/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile
index 09c9451bc5105..16592b1e5344d 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -54,6 +54,9 @@ obj-$(CONFIG_NF_NAT_PROTO_DCCP) += nf_nat_proto_dccp.o
obj-$(CONFIG_NF_NAT_PROTO_UDPLITE) += nf_nat_proto_udplite.o
obj-$(CONFIG_NF_NAT_PROTO_SCTP) += nf_nat_proto_sctp.o
+# NAT helpers
+obj-$(CONFIG_NF_NAT_FTP) += nf_nat_ftp.o
+
# transparent proxy support
obj-$(CONFIG_NETFILTER_TPROXY) += nf_tproxy_core.o