mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Upstream FRR accepts --enable-multipath=N in the range 1-999. Buildroot previously hardcoded 256. Add a config integer to set the maximum ECMP paths at build time, keeping 256 as the default. Lower values help match hardware limits or reduce memory; higher values are useful for software routing or lab testing. Signed-off-by: Maxime Leroy <maxime@leroys.fr> Signed-off-by: Julien Olivain <ju.o@free.fr>