Quagga default: BGP enable "maximum-paths 64"

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by:   Donald Sharp <sharpd@cumulusnetworks.com>

Ticket: CM-8099
This commit is contained in:
Daniel Walton 2015-11-13 21:52:13 +00:00
parent 47e9b2923f
commit 0e10f22cd1

View File

@ -28,7 +28,7 @@
#define BGP_MAXIMUM_MAXPATHS 255
/* BGP default maximum-paths */
#define BGP_DEFAULT_MAXPATHS 1
#define BGP_DEFAULT_MAXPATHS MULTIPATH_NUM
/* Supplemental information linked to bgp_info for keeping track of
* multipath selections, lazily allocated to save memory