[Olsr-dev] Multipath routing in OLSRD

Ralf Lübben (spam-protected)
Tue Mar 3 18:35:52 CET 2009


One example can be found here:
http://www.firewall.cx/ftopict-3080.html

E.g.: iptables marks packets based on some statistics (packet or flow basis), 
based on the marking a routing table is chosen.

The iptables module is renamed from "nth" to "statistics", see 
"iptables -m statistic -h"

Ralf


Am Dienstag 03 März 2009 17:10:57 schrieb Henning Rogge:
> On Dienstag 03 März 2009 16:41:18 Ralf Lübben wrote:
> > On Tuesday 03 March 2009 16:30:32 Henning Rogge wrote:
> > > Am Tuesday 03 March 2009 16:18:07 schrieb Ralf Lübben:
> > > > Hi,
> > > >
> > > > I'm working on a multipath extension for olsrd, so far I decided to
> > > > implement a "k shortest path" algorithm in olsrd.
> > > > The algorithm is based on dijkstra, so I can reuse the existing
> > > > functions.
> > >
> > > So you plan to implement source-routing (OLSR use "hop-by-hop" routing)
> > > ?
> >
> > No, the routing should be normal IP routing.
> >
> > To enable multipath routing I think about to use "multiple routing
> > tables" and iptables to utilize the different paths which where
> > calculated before by the "k shortest path" algorithm
>
> With routing tables you can only control the next hop for your traffic. How
> do you plan to force to keep the two (k) datastreams apart from each other
> ?
>
> Henning





More information about the Olsr-dev mailing list