mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
configure: Default to 16 way ecmp on compilation
If a person who is compiling FRR does not specify the multipath number on configure we are defaulting to a ecmp of 1. Let's change this to 16. In this day and age most everything supports actual ecmp. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
0ff3b1118b
commit
47e0a3b46b
|
@ -765,7 +765,7 @@ AC_DEFINE_UNQUOTED([CONFIGFILE_MASK], [${enable_configfile_mask}], [Mask for con
|
|||
enable_logfile_mask=${enable_logfile_mask:-0600}
|
||||
AC_DEFINE_UNQUOTED([LOGFILE_MASK], [${enable_logfile_mask}], [Mask for log files])
|
||||
|
||||
MPATH_NUM=1
|
||||
MPATH_NUM=16
|
||||
|
||||
case "${enable_multipath}" in
|
||||
0)
|
||||
|
|
Loading…
Reference in a new issue