summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-01-27 17:28:14 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-01-27 17:28:14 +0100
commit90fb3e1389d6347de55db787521c353d3d5e2547 (patch)
treecb8dec312e0fb38de50ff746ca41f164f6fdbb30 /configure.ac
parentbgpd, ripngd, zebra: Remove duplicate PSIZE define (diff)
downloadfrr-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-xconfigure.ac2
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}"
;;
"")