lkml.org 
[lkml]   [1997]   [Jul]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: a lot of ICMP redirect messages
Date
> 
> I recompiled the kernel with IP forwarding off (to make sure). And it
> still doesn't accept redirects. If you look carefuly to the icmp_redirect
> function in net/ipv4/icmp.c you see that the code which handle redirects
> is ifdefed so it is never included to the kernel. It doesn't matter if the

Yes its got broken between 2.0.29 and 2.0.30 in adding the sysctl..

It needs to read

#if !defined(CONFIG_IP_DUMB_ROUTER)
if(sysctl_ip_forward) {
NETDEBUG("blah")
goto flush_it;
}
#endif
switch(...

One for 2.0.31pre3 Werner

Alan



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