On Fri, 25 Feb 2005 08:53:25 -0700 "John R. Shannon" <[EMAIL PROTECTED]> wrote:
> I see that route(8) supports an -mpath option to add, permitting the entry of > multiple gateways for a destination address. Under what circumstances is an > entry other than the first entry for an address selected? None. The code is there but hooks are not plugged in to use it. (excerpt of commit message for sys/net/radix_mpath.c rev 1.1) TODO: - actually take advantage of multipath (rtalloc -> rtalloc_mpath)

