From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Arlott Subject: Re: [Bugme-new] [Bug 8754] New: Kernel addrconf modifies MTU of non-kernel routes Date: Sun, 15 Jul 2007 10:29:57 +0100 Message-ID: <4699E915.5040904@simon.arlott.org.uk> References: <20070714150908.093eefdb.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Andrew Morton , "bugme-daemon@kernel-bugs.osdl.org" To: netdev@vger.kernel.org Return-path: Received: from proxima.lp0.eu ([85.158.45.36]:47902 "EHLO proxima.lp0.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756133AbXGOJ37 (ORCPT ); Sun, 15 Jul 2007 05:29:59 -0400 In-Reply-To: <20070714150908.093eefdb.akpm@linux-foundation.org> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 14/07/07 23:09, Andrew Morton wrote: > On Sat, 14 Jul 2007 14:54:32 -0700 (PDT) bugme-daemon@bugzilla.kernel.org wrote: >> http://bugzilla.kernel.org/show_bug.cgi?id=8754 >> >> I have an MTU of 16110 set on eth0 on a network where the MTU is 1500 as set by >> RAs. One of the other hosts on the network has an MRU/MTU of 7200 so I have a >> specific route to it with this MTU. >> >> If I add the route early (i.e. on startup) before address autoconfiguration >> takes place, when the first RA is received the kernel changes the MTU on my >> route - this should not happen. This also happens whenever I change the MTU on eth0 - it will alter the MTU on routes *I* have added too. While this is valid behaviour for a new MTU that is too low for the route it is not for an MTU above the route. Changing the MTU also allows the "next RA with MTU set changes non-kernel routes too" problem to occur again. -- Simon Arlott