]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
Quagga: Set MULTIPATH_NUM to 64 when user specifies 0 from cli
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 17 Nov 2015 16:13:23 +0000 (08:13 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 17 Nov 2015 16:13:23 +0000 (08:13 -0800)
commit7c5d2b76c685eaa31e81013017edc62ffaeb2381
tree629abc5e686d02d2aa7b9c9921726bb195e6687a
parent7717b1837cf844f62f36c1ca4ee74b61735232a8
Quagga: Set MULTIPATH_NUM to 64 when user specifies 0 from cli

The code has tests to see if the MULTIPATH_NUM == 0 and to
treat it like the user has entered 'Maximum PATHS'.
This 0 is treated as 64 internally.  Remove this dependency
and setup MULTIPATH_NUM to 64 when --enable-multipath=0 from
the configure cli.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
bgpd/bgp_vty.c
configure.ac
zebra/rt_netlink.c
zebra/zebra_fpm_netlink.c
zebra/zserv.c