summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_ftp.c
diff options
context:
space:
mode:
authorMartin Josefsson2006-11-29 02:34:58 +0100
committerDavid S. Miller2006-12-03 06:31:04 +0100
commit77ab9cff0f4112703df3ef7903c1a15adb967114 (patch)
tree6361b73598e237398d959afdd158c70b68354b09 /net/netfilter/nf_conntrack_ftp.c
parent[TCP] Vegas: Increase default alpha to 2 and beta to 4. (diff)
downloadkernel-qcow2-linux-77ab9cff0f4112703df3ef7903c1a15adb967114.tar.gz
kernel-qcow2-linux-77ab9cff0f4112703df3ef7903c1a15adb967114.tar.xz
kernel-qcow2-linux-77ab9cff0f4112703df3ef7903c1a15adb967114.zip
[NETFILTER]: nf_conntrack: split out expectation handling
This patch splits out expectation handling into its own file nf_conntrack_expect.c Signed-off-by: Martin Josefsson <gandalf@wlug.westbo.se> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/netfilter/nf_conntrack_ftp.c')
-rw-r--r--net/netfilter/nf_conntrack_ftp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/nf_conntrack_ftp.c b/net/netfilter/nf_conntrack_ftp.c
index 0c17a5bd112b..503fabf18843 100644
--- a/net/netfilter/nf_conntrack_ftp.c
+++ b/net/netfilter/nf_conntrack_ftp.c
@@ -26,6 +26,7 @@
#include <net/tcp.h>
#include <net/netfilter/nf_conntrack.h>
+#include <net/netfilter/nf_conntrack_expect.h>
#include <net/netfilter/nf_conntrack_helper.h>
#include <linux/netfilter/nf_conntrack_ftp.h>