From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 16 17:41:14 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46804106564A for ; Wed, 16 Apr 2008 17:41:14 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outB.internet-mail-service.net (outb.internet-mail-service.net [216.240.47.225]) by mx1.freebsd.org (Postfix) with ESMTP id 350A68FC27 for ; Wed, 16 Apr 2008 17:41:14 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Wed, 16 Apr 2008 21:14:15 -0700 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 986212D600D; Wed, 16 Apr 2008 10:41:13 -0700 (PDT) Message-ID: <48063A3D.4070800@elischer.org> Date: Wed, 16 Apr 2008 10:41:17 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: "M.S. Motanu" References: <1dd0a33d0804160337o3090ac08g4a2cbc3be0d58b19@mail.gmail.com> In-Reply-To: <1dd0a33d0804160337o3090ac08g4a2cbc3be0d58b19@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, Qing Li Subject: Re: Multipath routing - failover version X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 17:41:14 -0000 M.S. Motanu wrote: > I've ported the multipath routing patch by Ed Tanzer > > > for FreeBSD 4.8-STABLE to FreeBSD 6.1-RELEASE. multipath routing was just committed to -current and will be merged back possibly. it may be worth seeing what there is in common, and if some features need to be cross-pollinated. > > The patch modifies the kernel and the userland programs netstat and route > so that for the same destination it is possible to specify two or more > different gateways (paths). > > Switching between different paths is done by the kernel based on the link > state of the interface associated with the gateway. This way when can > achieve a level of redundancy at the link level (this is not a routing > protocol!). > > The original patch did not have failover in mind, it addressed the problem > of load balancing. But the same results can be achieved with this patch > with minor changes to the code. > > The patch files and installation instructions can be downloaded > from:http://miauris.freehostia.com/mpath/mpath.tar.gz > > Comments are welcomed! > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"