mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +00:00
Merge pull request #3915 from donaldsharp/ecmp_up_in_my_business
Ecmp up in my business
This commit is contained in:
commit
1a8d923b2f
@ -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)
|
||||
|
@ -275,7 +275,8 @@ options from the list below.
|
||||
For backwards compatability with older configure options when setting X = 0,
|
||||
we will build FRR with 64 way ECMP. This is needed because there are
|
||||
hardcoded arrays that FRR builds towards, so we need to know how big to
|
||||
make these arrays at build time.
|
||||
make these arrays at build time. Additionally if this parameter is
|
||||
not passed in FRR will default to 16 ECMP.
|
||||
|
||||
.. option:: --enable-shell-access
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user