Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Nov 2001 14:22:47 -0600
From:      Randall Stewart <randall@stewart.chicago.il.us>
To:        freebsd-net@freebsd.org
Subject:   SCTP and multiple default routes
Message-ID:  <3BE30097.C02C828D@stewart.chicago.il.us>

next in thread | raw e-mail | index | archive | help
Dear all:

I am working on a SCTP implementation for KAME and
have a question/issue with routing entries in
the current freebsd kernel (4.x stream).

The issue is quite simple in that SCTP allows
one to have multiple destination addresses as
part of an association. This is great but without
the machine allowing multiple default routes it
really does not do a lot of good (except on specific
machines that have subnet routes in place to the peer).

What would be nice is to have multiple default routes
and then have the ability to be able to do a:

rt_alloc_alt(...,prev-route);

This would then buy the ability to truely take full
advantage of the redundancy with a simple extra
default route for the multi-homed machine. rt_alloc_alt()
would do what rt_alloc does but if it sees prev-route as
the answer, it could look further for an alternate.


I have no problem with writting the rt_alloc_alt() 
routine.. but I would also have to dig in and figure
out why multiple defaults are not allowed as well.. sigh..
and of course what it might break if I did it.

Anyone have any thoughts on this..or has thought of
doing this?? 

Thanks

R
-- 
Randall R. Stewart
randall@stewart.chicago.il.us 815-342-5222 (cell phone)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BE30097.C02C828D>