From owner-freebsd-net@FreeBSD.ORG Thu Sep 10 05:31:51 2009 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9E1A106568F for ; Thu, 10 Sep 2009 05:31:51 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outX.internet-mail-service.net (outx.internet-mail-service.net [216.240.47.247]) by mx1.freebsd.org (Postfix) with ESMTP id B34B78FC0A for ; Thu, 10 Sep 2009 05:31:51 +0000 (UTC) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 60D17B647; Wed, 9 Sep 2009 22:31:57 -0700 (PDT) X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (c-98-248-144-128.hsd1.ca.comcast.net [98.248.144.128]) by idiom.com (Postfix) with ESMTP id 144C32D6004; Wed, 9 Sep 2009 22:31:51 -0700 (PDT) Message-ID: <4AA88F45.8000407@elischer.org> Date: Wed, 09 Sep 2009 22:31:49 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Randy Bush References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net Subject: Re: forwarding when two rip defaults 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: Thu, 10 Sep 2009 05:31:51 -0000 Randy Bush wrote: > say i run routed and receive rip default from two routers, on the same > local ether. what is the forwarding? i presume it's not smart enough > to balance flows. i hope not alternating packets. clue, please? > > fwiw, the routers each have full bgp exits. vrrp would force all > traffic to one. so i am looking at rip or quagga's isisd. > > thanks. > > randy > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" I can't speak for routed but the base system, given two default routes would use a hashing schemem to send data to both. more details depend on what options you have turned on.