diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-01-27 17:28:14 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-01-27 17:28:14 +0100 |
commit | 90fb3e1389d6347de55db787521c353d3d5e2547 (patch) | |
tree | cb8dec312e0fb38de50ff746ca41f164f6fdbb30 /configure.ac | |
parent | bgpd, ripngd, zebra: Remove duplicate PSIZE define (diff) | |
download | frr-90fb3e1389d6347de55db787521c353d3d5e2547.tar.xz frr-90fb3e1389d6347de55db787521c353d3d5e2547.zip |
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
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4d9007d06..e39cc71b1 100755 --- a/configure.ac +++ b/configure.ac @@ -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}" ;; "") |