From owner-freebsd-net Tue Nov 20 18:37:21 2001 Delivered-To: freebsd-net@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 7AFD737B405 for ; Tue, 20 Nov 2001 18:37:19 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id fAL2bD042142; Tue, 20 Nov 2001 21:37:13 -0500 (EST) (envelope-from wollman) Date: Tue, 20 Nov 2001 21:37:13 -0500 (EST) From: Garrett Wollman Message-Id: <200111210237.fAL2bD042142@khavrinen.lcs.mit.edu> To: Ian West Cc: freebsd-net@FreeBSD.ORG Subject: expiring cached routes on in_pcb entries. In-Reply-To: <20011121123232.Q80670@rose.niw.com.au> References: <20011121123232.Q80670@rose.niw.com.au> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: > I am looking at the ip_output routines, but so far cannot see any check > for expiry of cached routes ? Can anyone point me in the right > direction (or confirm they don't expire unless the route is physically > unavailable ?) Routes which are in use do not have timers on them, and therefore do not expire. However, if any route higher in the routing hierarchy changes, the PCB routes should be deleted, and the next output operation on that PCB should notice. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message