]> git.pld-linux.org Git - packages/kernel.git/blame - netfilter-ftp-fxp-fix.patch
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / netfilter-ftp-fxp-fix.patch
CommitLineData
b9a94a06 1--- ftp-fxp.patch.org Thu Sep 27 15:51:34 2001
2+++ ftp-fxp.patch Wed Jan 16 12:35:49 2002
3@@ -12,15 +12,6 @@
4 #endif
5
6 static int loose = 0;
7-@@ -335,7 +337,7 @@
8- LOCK_BH(&ip_ftp_lock);
9- if (htonl((array[0] << 24) | (array[1] << 16) | (array[2] << 8) | array[3])
10- == ct->tuplehash[dir].tuple.src.ip) {
11-- info->is_ftp = 1;
12-+ info->is_ftp = 21;
13- info->seq = ntohl(tcph->seq) + matchoff;
14- info->len = matchlen;
15- info->ftptype = search[i].ftptype;
16 @@ -363,9 +365,26 @@
17 | (array[2] << 8) | array[3]),
18 { htons(array[4] << 8 | array[5]) },
This page took 2.432828 seconds and 4 git commands to generate.