From owner-freebsd-net@FreeBSD.ORG Tue Dec 16 18:11:20 2008 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 44B81106564A for ; Tue, 16 Dec 2008 18:11:20 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 1DA748FC1E for ; Tue, 16 Dec 2008 18:11:20 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id B32931E4BC1; Tue, 16 Dec 2008 13:11:19 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 16 Dec 2008 13:11:19 -0500 X-Sasl-enc: Ag1csYAsQ5G+fhqzHsFn3ySWlu9GlMmUCzvCXX+JPSPK 1229451079 Received: from anglepoise.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 1A7522B9FC; Tue, 16 Dec 2008 13:11:19 -0500 (EST) Message-ID: <4947EF45.3060203@incunabulum.net> Date: Tue, 16 Dec 2008 18:11:17 +0000 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.18 (X11/20081204) MIME-Version: 1.0 To: Randy Bush References: <49478988.2070208@psg.com> In-Reply-To: <49478988.2070208@psg.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Gabe Subject: Re: FreeBSD network failover 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: Tue, 16 Dec 2008 18:11:20 -0000 Randy Bush wrote: > ... > freebsd does not allow metrics on static routes, which would be the > 'normal' hack. i.e. you can not have two default routes with > different weights. If you look in my 1 currently owned PRs: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/71474 ...this ticket contains a description of how to implement floating statics in a hopefully non-sucky way, which is a stepping-stone to being able to deal with metrics in a sensible way. cheers BMS