]> git.pld-linux.org Git - packages/kernel.git/blob - netfilter-ftp-fxp-fix.patch
- this patch fix twice EXPORT_SYMBOL(br_ioctl_hook); in kernel-source net/netsyms.c
[packages/kernel.git] / netfilter-ftp-fxp-fix.patch
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 0.021574 seconds and 3 git commands to generate.