lkml.org 
[lkml]   [1999]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: NFS client may be broken in 2.2.11pre4 (SOLVED)
> From: bmccann@indusriver.com
> Date: Tue, 03 Aug 1999 05:45:01 -0400
>
> SOLUTION--------------------------------------------
>
> The following code was added at line 614 in ip_fw.c in either pre3 or pre4:
>
> /* If it is a truncated first fragment then it can be
> * used to rewrite port information, and thus should
> * be blocked.
> */
> if (offset && (ntohs(ip->frag_off) & IP_MF)) {
> if (!testing && net_ratelimit()) {
> /*printk(KERN_ERR "Suspect short first fragment.\n");*/
> dump_packet(ip,rif,NULL,NULL,0,0,0,0);
> }
> return FW_BLOCK;
> }
>
> According to dump_packet, the NFS UDP packet is a fragment and it has the
> MustFragment bit set. This code should be removed and/or fixed.

Thanks for finding the cause. I've disabled the code as a bug bypass
for my linux box so I can continue testing NFS.

--
Frank

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.542 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site