lkml.org 
[lkml]   [2003]   [Feb]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Strange TCP with 2.5.60
"Kostadin Karaivanov" <larry@minfin.bg> wrote:
>
> Trying to use traceroute i get folowing error:
> ...
>
> Networking works....... but command route can't give me the status of
> default route:
> ...
> iptables doesn't work as expected too.....
> ...
> everything works fine with 2.5.59 and 2.4.20

Could you pelase retest with this patch, and tell us how many of these
problems go away?

diff -puN net/ipv4/fib_hash.c~a net/ipv4/fib_hash.c
--- 25/net/ipv4/fib_hash.c~a 2003-02-12 10:23:55.000000000 -0800
+++ 25-akpm/net/ipv4/fib_hash.c 2003-02-12 10:24:00.000000000 -0800
@@ -941,7 +941,7 @@ static __inline__ struct fib_node *fib_g

if (!iter->zone)
goto out;
- if (iter->zone->fz_next)
+ if (iter->zone->fz_next);
break;
}

_

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

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