mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:01:54 +00:00
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:
parent
47e9b2923f
commit
0e10f22cd1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user