From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] ipv6: addrconf: fix /proc/net/if_inet6 Date: Tue, 16 Oct 2012 14:39:36 -0400 (EDT) Message-ID: <20121016.143936.1999178937259216426.davem@davemloft.net> References: <1350406522.3954.1242.camel@edumazet-glaptop> <1350409047.3954.1295.camel@edumazet-glaptop> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: eric.dumazet@gmail.com, netdev@vger.kernel.org, mihai.maruseac@gmail.com To: janhinnerk.stosch@gmail.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:60704 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755757Ab2JPSjk (ORCPT ); Tue, 16 Oct 2012 14:39:40 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Jan Hinnerk Stosch Date: Tue, 16 Oct 2012 20:30:19 +0200 > 2012/10/16 Eric Dumazet : >> From: Eric Dumazet >> >> Commit 1d5783030a1 (ipv6/addrconf: speedup /proc/net/if_inet6 filling) >> added bugs hiding some devices from if_inet6 and breaking applications. >> >> "ip -6 addr" could still display all IPv6 addresses, while "ifconfig -a" >> couldnt. >> >> One way to reproduce the bug is by starting in a shell : >> >> unshare -n /bin/bash >> ifconfig lo up >> >> And in original net namespace, lo device disappeared from if_inet6 >> >> Reported-by: Jan Hinnerk Stosch >> Signed-off-by: Eric Dumazet >> Cc: Mihai Maruseac ... > Yes, everything works fine again. Thank you very much! Thanks for testing.