From owner-freebsd-net@FreeBSD.ORG Mon Jul 28 14:44:16 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 D8ABF37B401 for ; Mon, 28 Jul 2003 14:44:16 -0700 (PDT) Received: from mwinf0501.wanadoo.fr (smtp4.wanadoo.fr [193.252.22.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B9E43F93 for ; Mon, 28 Jul 2003 14:44:15 -0700 (PDT) (envelope-from vjardin@wanadoo.fr) Received: from venus.vincentjardin.net (AVelizy-102-1-6-84.w193-253.abo.wanadoo.fr [193.253.220.84]) by mwinf0501.wanadoo.fr (SMTP Server) with ESMTP id 4C8E9400200 for ; Mon, 28 Jul 2003 23:44:14 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" From: Vincent Jardin To: net@freebsd.org Date: Mon, 28 Jul 2003 23:45:28 +0200 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200307282345.28228.vjardin@wanadoo.fr> Subject: 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:44:17 -0000 I do not understand the purpose of the flag PRCLONING. What is it for ? man rtalloc: RTF_PRCLONING routes are assumed to be managed by the protocol family and no resolution requests are made, but all routes generated by the cloning process retain a reference to the route from which they were generated. I agree, then... Isn't it already the purpose of RTF_CLONING ? When should RTF_PRCLONIG be set ? Thanks, Vincent