Hello.
Multipath doesn't work for me in release 1.0.
I have two interfaces eth1 and eth2 with IPs 192.168.0.101/24 and
192.168.1.101/24.
And I am adding two routes:
ip route 1.2.3.0/24 192.168.0.1
ip route 1.2.3.0/24 192.168.1.1
With 0.99.24.1 I have no problems and I see both of them in FIB:
S>* 1.2.3.0/24 [1/0] via 192.168.0.1, eth1
* via 192.168.1.1, eth2
C>* 127.0.0.0/8 is directly connected, lo
C>* 192.168.0.0/24 is directly connected, eth1
C>* 192.168.1.0/24 is directly connected, eth2
But in 1.0 only the first one is in FIB:
S>* 1.2.3.0/24 [1/0] via 192.168.0.1, eth1
via 192.168.1.1, eth2
C>* 127.0.0.0/8 is directly connected, lo
C>* 192.168.0.0/24 is directly connected, eth1
C>* 192.168.1.0/24 is directly connected, eth2
Both versions are built with --enable-multipath=0.
Maybe I have to do something more in 1.0 to enable multipath?
Best regards,
Igor
_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev