diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2015-11-13 22:52:13 +0100 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2015-11-13 22:52:13 +0100 |
commit | 0e10f22cd1765b2e062704c707b618489aa97aed (patch) | |
tree | b81648c09630af086afe00d6cfcbf61f08eb11e6 /bgpd/bgp_mpath.h | |
parent | BGP: Remove deprecated commands and add warning that "show ipv6 bgp" (diff) | |
download | frr-0e10f22cd1765b2e062704c707b618489aa97aed.tar.xz frr-0e10f22cd1765b2e062704c707b618489aa97aed.zip |
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
Diffstat (limited to 'bgpd/bgp_mpath.h')
-rw-r--r-- | bgpd/bgp_mpath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_mpath.h b/bgpd/bgp_mpath.h index 729b2c8ca..1e112f0ec 100644 --- a/bgpd/bgp_mpath.h +++ b/bgpd/bgp_mpath.h @@ -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 |