mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 12:25:02 +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}
|
enable_logfile_mask=${enable_logfile_mask:-0600}
|
||||||
AC_DEFINE_UNQUOTED([LOGFILE_MASK], [${enable_logfile_mask}], [Mask for log files])
|
AC_DEFINE_UNQUOTED([LOGFILE_MASK], [${enable_logfile_mask}], [Mask for log files])
|
||||||
|
|
||||||
MPATH_NUM=1
|
MPATH_NUM=16
|
||||||
|
|
||||||
case "${enable_multipath}" in
|
case "${enable_multipath}" in
|
||||||
0)
|
0)
|
||||||
|
@ -275,7 +275,8 @@ options from the list below.
|
|||||||
For backwards compatability with older configure options when setting X = 0,
|
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
|
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
|
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
|
.. option:: --enable-shell-access
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user