summaryrefslogtreecommitdiffstats
path: root/debian
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 /debian
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 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 457f71780..295b47141 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 \