From owner-freebsd-net@FreeBSD.ORG Wed Feb 8 20:35:51 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org 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 3B10816A420; Wed, 8 Feb 2006 20:35:51 +0000 (GMT) (envelope-from qingli@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E11643D49; Wed, 8 Feb 2006 20:35:51 +0000 (GMT) (envelope-from qingli@FreeBSD.org) Received: from freefall.freebsd.org (qingli@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k18KZoT9015563; Wed, 8 Feb 2006 20:35:50 GMT (envelope-from qingli@freefall.freebsd.org) Received: (from qingli@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k18KZot0015562; Wed, 8 Feb 2006 20:35:50 GMT (envelope-from qingli) Date: Wed, 8 Feb 2006 20:35:50 GMT From: Qing Li Message-Id: <200602082035.k18KZot0015562@freefall.freebsd.org> To: freebsd-questions@freebsd.org Cc: freebsd-net@freebsd.org Subject: Re: Multiple routes to same destination X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 20:35:51 -0000 I have a private patch that's based on radix_mpath for FreeBSD 5.4. I believe andre@freebsd.org is working on a solution. -- Qing -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Webster, Andrew Sent: Wednesday, February 08, 2006 10:51 AM To: danial_thom@yahoo.com; Ian Lord; freebsd-questions@freebsd.org Subject: RE: Multiple routes to same destination? Well, in that case, an ISP wouldn't want to use FreeBSD in their core routers :( :( In this particular case, I have redundant links (L1 and L2) between two locations (Loc 1 and Loc 2) with two FreeBSD routers at each location (R1/R2, and R3/R4) which are running OSPF to redistribute routing information between locations. Since FreeBSD limits the entries for a particular network to only one active entry, the all the traffic for would either go on R1->L1->R4 or R2->L2->R3, but not both. Loc 1___ /---R1--L1--R4---\___ Loc 2 \---R2--L2--R3---/ Andrew