summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
diff options
context:
space:
mode:
authorPatrick McHardy2006-12-03 07:10:18 +0100
committerDavid S. Miller2006-12-03 07:10:18 +0100
commita536df35b3a58caa9015bf7887a374b20f658368 (patch)
treedf46a8a648d4d384a8202db5cf2fbb42dd51c554 /net/netfilter/Makefile
parent[NETFILTER]: nf_conntrack/nf_nat: add SIP helper port (diff)
downloadkernel-qcow2-linux-a536df35b3a58caa9015bf7887a374b20f658368.tar.gz
kernel-qcow2-linux-a536df35b3a58caa9015bf7887a374b20f658368.tar.xz
kernel-qcow2-linux-a536df35b3a58caa9015bf7887a374b20f658368.zip
[NETFILTER]: nf_conntrack/nf_nat: add TFTP helper port
Add IPv4 and IPv6 capable nf_conntrack port of the TFTP conntrack/NAT helper. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/Makefile')
-rw-r--r--net/netfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile
index 86da21700aa3..5dc5574f7e99 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -30,6 +30,7 @@ obj-$(CONFIG_NF_CONNTRACK_IRC) += nf_conntrack_irc.o
obj-$(CONFIG_NF_CONNTRACK_NETBIOS_NS) += nf_conntrack_netbios_ns.o
obj-$(CONFIG_NF_CONNTRACK_PPTP) += nf_conntrack_pptp.o
obj-$(CONFIG_NF_CONNTRACK_SIP) += nf_conntrack_sip.o
+obj-$(CONFIG_NF_CONNTRACK_TFTP) += nf_conntrack_tftp.o
# generic X tables
obj-$(CONFIG_NETFILTER_XTABLES) += x_tables.o xt_tcpudp.o