The MULTIPATH_NUM is correct:

#define MULTIPATH_NUM 64

Best regards,
Igor

> 6 апр. 2016 г., в 20:52, Donald Sharp <[email protected]> написал(а):
> 
> Igor -
> 
> What's the output of this command:
> grep MULTIPATH_NUM config.h
> 
> donald
> 
> On Wed, Apr 6, 2016 at 1:26 PM, Igor Ryzhov <[email protected] 
> <mailto:[email protected]>> wrote:
> 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 
> <http://192.168.0.101/24> and 192.168.1.101/24 <http://192.168.1.101/24>.
> And I am adding two routes:
>         ip route 1.2.3.0/24 <http://1.2.3.0/24> 192.168.0.1
>         ip route 1.2.3.0/24 <http://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 <http://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 <http://127.0.0.0/8> is directly connected, lo
>         C>* 192.168.0.0/24 <http://192.168.0.0/24> is directly connected, eth1
>         C>* 192.168.1.0/24 <http://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 <http://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 <http://127.0.0.0/8> is directly connected, lo
>         C>* 192.168.0.0/24 <http://192.168.0.0/24> is directly connected, eth1
>         C>* 192.168.1.0/24 <http://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] <mailto:[email protected]>
> https://lists.quagga.net/mailman/listinfo/quagga-dev 
> <https://lists.quagga.net/mailman/listinfo/quagga-dev>
> 

_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to