From owner-p4-projects@FreeBSD.ORG Sun Mar 23 17:14:21 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4DDDC1065674; Sun, 23 Mar 2008 17:14:21 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A9911065671; Sun, 23 Mar 2008 17:14:21 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id B28578FC1E; Sun, 23 Mar 2008 17:14:20 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id BDBE641C7A7; Sun, 23 Mar 2008 17:55:05 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id 4I2j6komHjMk; Sun, 23 Mar 2008 17:55:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 53EBA41C7A6; Sun, 23 Mar 2008 17:55:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id E1A3A44487F; Sun, 23 Mar 2008 16:54:12 +0000 (UTC) Date: Sun, 23 Mar 2008 16:54:12 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Qing Li In-Reply-To: <200803230811.m2N8BjAx005984@repoman.freebsd.org> Message-ID: <20080323165342.C50685@maildrop.int.zabbadoz.net> References: <200803230811.m2N8BjAx005984@repoman.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Perforce Change Reviews Subject: Re: PERFORCE change 138344 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2008 17:14:22 -0000 On Sun, 23 Mar 2008, Qing Li wrote: > http://perforce.freebsd.org/chv.cgi?CH=138344 > > Change 138344 by qingli@FreeBSD-newarp on 2008/03/23 08:11:05 > > > This patch provides the backend of the equal-cost multi-path > support for both IPv4 and IPv6. Previously, multi-path route > insertion is disallowed. For example, > > route add -net 192.103.54.0/24 10.9.44.1 > route add -net 192.103.54.0/24 10.9.44.10 > > The second route insertion will trigger an error message of > "add net 192.103.54.0/24: gateway 10.9.44.10: route already in table" > > More testing is in progress. I intend to provide incremental support > for failover and connection load balancing across the multi-path. If I am not misreading rtalloc_mpath is used nowhere. Are you sure everything was submitted? -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time.