Re: [PATCH] devinet: sysctl setup off by one
From: David Miller <davem@davemloft.net>
Date: 2008-05-26 05:51:42
From: David Miller <davem@davemloft.net>
Date: 2008-05-26 05:51:42
From: Stephen Hemminger <redacted> Date: Fri, 23 May 2008 15:35:59 -0700
It look like the code to setup /proc/sys/net/ipv4/conf/XXX has an off by one bug that causes the last entry (arp_accept) not to be adjusted properly. This causes changes to the value to occur in the default namespace not the clone? Don't use network namespaces myself, but this looks like a bug. Signed-off-by: Stephen Hemminger <redacted>
Yikes, that is a very strange expression to be there by accident. Pavel, can you take a look at this? Thanks.