Received: by oss.sgi.com id ; Mon, 29 Jan 2001 13:08:50 -0800 Received: from news.suse.de ([213.95.15.193]:63752 "HELO Cantor.suse.de") by oss.sgi.com with SMTP id ; Mon, 29 Jan 2001 13:08:44 -0800 Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id 430BC1E209; Mon, 29 Jan 2001 22:08:42 +0100 (MET) Date: Mon, 29 Jan 2001 22:08:40 +0100 From: Andi Kleen To: Jamie Lokier Cc: Andi Kleen , "Albert D. Cahalan" , John Fremlin , linux-kernel@vger.kernel.org, netdev@oss.sgi.com, paulus@linuxcare.com, linux-ppp@vger.kernel.org, linux-net@vger.kernel.org Subject: Re: [PATCH] dynamic IP support for 2.4.0 (SIOCKILLADDR) Message-ID: <20010129220840.A7206@gruyere.muc.suse.de> References: <200101290245.f0T2j2Y438757@saturn.cs.uml.edu> <20010129135905.B1591@fred.local> <20010129193136.A11035@pcep-jamie.cern.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010129193136.A11035@pcep-jamie.cern.ch>; from ln@tantalophile.demon.co.uk on Mon, Jan 29, 2001 at 07:31:36PM +0100 Sender: owner-netdev@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;netdev-outgoing Content-Length: 385 Lines: 10 On Mon, Jan 29, 2001 at 07:31:36PM +0100, Jamie Lokier wrote: > The important thing is that the tunnel is destroyed and recreated (it > has to be, it is over different underlying link addresses). I do not > want that to destroy the connections from the tunnelled address. Just do not set IFF_DYNAMIC on the tunnel interface then, that is why it is a flag and not hardcoded. -Andi