From owner-freebsd-net@FreeBSD.ORG Mon Jul 28 14:53:30 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 9B72437B41E for ; Mon, 28 Jul 2003 14:53:30 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 8F51443FCB for ; Mon, 28 Jul 2003 14:53:29 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 13257 invoked by uid 5013); 28 Jul 2003 21:51:03 -0000 Date: Mon, 28 Jul 2003 22:51:03 +0100 From: Bruce M Simpson To: Vincent Jardin Message-ID: <20030728215103.GD29339@spc.org> References: <200307282345.28228.vjardin@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307282345.28228.vjardin@wanadoo.fr> 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:53:31 -0000 On Mon, Jul 28, 2003 at 11:45:28PM +0200, Vincent Jardin wrote: > I do not understand the purpose of the flag PRCLONING. What is it for ? Compare the output of netstat -rn with netstat -rna, to see the difference between a cloned and a protocol-cloned route. BMS