Re: [Bugme-new] [Bug 11447] New: /proc/sys/net/ipv4/route/flush not found
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2008-08-28 20:18:32
(switched to email. Please respond via emailed reply-to-all, not via the bugzilla web interface). On Thu, 28 Aug 2008 11:06:22 -0700 (PDT) bugme-daemon@bugzilla.kernel.org wrote:
http://bugzilla.kernel.org/show_bug.cgi?id=11447
Summary: /proc/sys/net/ipv4/route/flush not found
Product: Networking
Version: 2.5
KernelVersion: 2.6.27-rc4-git7
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: IPV4
AssignedTo: shemminger@linux-foundation.org
ReportedBy: francois.valenduc@tvcablenet.be
Latest working kernel version: 2.6.27-rc4
Earliest failing kernel version: probably 2.6.27-rc4-git7
Distribution: Gentoo
Hardware Environment:
Software Environment:
Problem Description:
When the lo interface is initialized, the following error occurs:
can't open /proc/sys/net/ipv4/route/flush: no such file.
After a bisection, it appears that the following commit is the first bad
commit:
commit 2f4520d35d89ca6c5cd129c38e3b11f0283b7d1b
Author: Al Viro [off-list ref]
Date: Mon Aug 25 15:17:44 2008 -0700
ipv4: sysctl fixes
net.ipv4.neigh should be a part of skeleton to avoid ordering problems
Signed-off-by: Al Viro [off-list ref]
Signed-off-by: David S. Miller [off-list ref]
If I revert it, the problem doesn't occur.