From owner-freebsd-net@FreeBSD.ORG Wed Sep 24 14:55:24 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2EE210656AB for ; Wed, 24 Sep 2008 14:55:24 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id B87328FC1B for ; Wed, 24 Sep 2008 14:55:24 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 4E485167468; Wed, 24 Sep 2008 10:55:24 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 24 Sep 2008 10:55:24 -0400 X-Sasl-enc: rHP/eF4IZBSeGDhZDHszqH+7Bw5cKSrkKm0c1VN2g0Wn 1222268123 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 9D0FC3E54; Wed, 24 Sep 2008 10:55:23 -0400 (EDT) Message-ID: <48DA54DA.8070102@FreeBSD.org> Date: Wed, 24 Sep 2008 15:55:22 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Giulio Ferro References: <48D8A232.600@zirakzigil.org> <48D8AF8E.6080507@zirakzigil.org> In-Reply-To: <48D8AF8E.6080507@zirakzigil.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Eygene Ryabinkin Subject: Re: lost routes X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 14:55:25 -0000 Giulio Ferro wrote: > > There are no messages in the logs, and no interface has been > touched. Anyway, since there are a lot of routes and only one > gets deleted I don't think it depends on interface changing > (it would delete them all, wouldn't it?) Normally static routes only get touched if the state of the underlying ifp/ifa changes. There are paths in netinet which will cause routes to be deleted in this situation. Occasionally the idea of a floating static re-surfaces... look in the PR database with this term for possibly related reports. cheers BMS