diff options
-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 |