summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/Makefile
diff options
context:
space:
mode:
authorKOVACS Krisztian2008-10-08 11:35:12 +0200
committerPatrick McHardy2008-10-08 11:35:12 +0200
commit73e4022f78acdbe420e8c24a7afbd90f4c8f5077 (patch)
treefb4d9bd53fa9057251254c7e606f041d00148790 /net/ipv4/netfilter/Makefile
parentnetfilter: enable netfilter in netns (diff)
downloadkernel-qcow2-linux-73e4022f78acdbe420e8c24a7afbd90f4c8f5077.tar.gz
kernel-qcow2-linux-73e4022f78acdbe420e8c24a7afbd90f4c8f5077.tar.xz
kernel-qcow2-linux-73e4022f78acdbe420e8c24a7afbd90f4c8f5077.zip
netfilter: split netfilter IPv4 defragmentation into a separate module
Netfilter connection tracking requires all IPv4 packets to be defragmented. Both the socket match and the TPROXY target depend on this functionality, so this patch separates the Netfilter IPv4 defrag hooks into a separate module. Signed-off-by: KOVACS Krisztian <hidden@sch.bme.hu> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv4/netfilter/Makefile')
-rw-r--r--net/ipv4/netfilter/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/Makefile b/net/ipv4/netfilter/Makefile
index 1107edbe478f..5f9b650d90fc 100644
--- a/net/ipv4/netfilter/Makefile
+++ b/net/ipv4/netfilter/Makefile
@@ -18,6 +18,9 @@ obj-$(CONFIG_NF_CONNTRACK_IPV4) += nf_conntrack_ipv4.o
obj-$(CONFIG_NF_NAT) += nf_nat.o
+# defrag
+obj-$(CONFIG_NF_DEFRAG_IPV4) += nf_defrag_ipv4.o
+
# NAT helpers (nf_conntrack)
obj-$(CONFIG_NF_NAT_AMANDA) += nf_nat_amanda.o
obj-$(CONFIG_NF_NAT_FTP) += nf_nat_ftp.o