mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
debian: Use 256 multipaths
Turn on the ability for Quagga to use 256 multipaths Ticket: CM-8098 Reviewed-by: Daniel Walton and Don Slice Testing: Hand tested
This commit is contained in:
parent
a0cee366e8
commit
90fb3e1389
|
@ -418,7 +418,7 @@ case "${enable_multipath}" in
|
|||
0)
|
||||
MPATH_NUM=64
|
||||
;;
|
||||
[[1-9]|[1-9][0-9]])
|
||||
[[1-9]|[1-9][0-9]|[1-9][0-9][0-9]])
|
||||
MPATH_NUM="${enable_multipath}"
|
||||
;;
|
||||
"")
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -56,7 +56,7 @@ override_dh_auto_configure:
|
|||
--enable-ipv6 \
|
||||
--enable-ospfclient=yes \
|
||||
--enable-ospfapi=yes \
|
||||
--enable-multipath=64 \
|
||||
--enable-multipath=256 \
|
||||
--enable-user=quagga \
|
||||
--enable-group=quagga \
|
||||
--enable-vty-group=quaggavty \
|
||||
|
|
Loading…
Reference in a new issue