Hi,
If I have two nodes, A and B, with two possible routes between them via routers R1 and R2 (see diagram below), is there a way to have the traffic split between the two routes? I'm playing with the latest dev. kernels so can take advantage of new toys if they are present. I've seen router redundancy protocol implementations mentioned on other lists, but what I want is not so much failover, but rather, multiple simultaneous traffic flows.
A o----------o R1
| |
| |
| |
| |
R2 o----------o B
Cheers!
Jon