diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-08-26 19:14:29 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-08-30 03:00:24 +0200 |
commit | 320ff567f299ed3f0a2d53906e632a1b0eda5599 (patch) | |
tree | c092f919ca8c0d144a75146a22dd3d0a71b5c590 /net/netfilter/Makefile | |
parent | 5901b6be885e2c9a30fd94803b846b3d33e351dd (diff) | |
download | blackbird-obmc-linux-320ff567f299ed3f0a2d53906e632a1b0eda5599.tar.gz blackbird-obmc-linux-320ff567f299ed3f0a2d53906e632a1b0eda5599.zip |
netfilter: nf_nat: support IPv6 in TFTP NAT helper
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/netfilter/Makefile')
-rw-r--r-- | net/netfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile index 0dd792972cae..403ea8125884 100644 --- a/net/netfilter/Makefile +++ b/net/netfilter/Makefile @@ -59,6 +59,7 @@ obj-$(CONFIG_NF_NAT_AMANDA) += nf_nat_amanda.o obj-$(CONFIG_NF_NAT_FTP) += nf_nat_ftp.o obj-$(CONFIG_NF_NAT_IRC) += nf_nat_irc.o obj-$(CONFIG_NF_NAT_SIP) += nf_nat_sip.o +obj-$(CONFIG_NF_NAT_TFTP) += nf_nat_tftp.o # transparent proxy support obj-$(CONFIG_NETFILTER_TPROXY) += nf_tproxy_core.o |