From owner-freebsd-net@FreeBSD.ORG Mon Jul 28 14:54:07 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 170B137B401 for ; Mon, 28 Jul 2003 14:54:07 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id AA06243FD7 for ; Mon, 28 Jul 2003 14:54:05 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 13276 invoked by uid 5013); 28 Jul 2003 21:51:40 -0000 Date: Mon, 28 Jul 2003 22:51:40 +0100 From: Bruce M Simpson To: Garrett Wollman Message-ID: <20030728215140.GE29339@spc.org> References: <200307282345.28228.vjardin@wanadoo.fr> <200307282151.h6SLpSoZ025344@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307282151.h6SLpSoZ025344@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.4.1i Organization: SPC cc: net@freebsd.org Subject: Re: RTF_CLONING vs RTF_PRCLONING X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 21:54:07 -0000 On Mon, Jul 28, 2003 at 05:51:28PM -0400, Garrett Wollman wrote: > RTF_XRESOLVE is set when the target of the newly cloned route is not > known by the kernel and must be set up by a user process. I'm not > sure if anything ever used this, although I guess it could be used to > implement ISIS. I have a hack in the works to support on-demand routing in a userland daemon which will actually make use of this. BMS