From: Heiko Z. <smi...@us...> - 2013-01-19 22:04:55
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16301/scripts Modified Files: quagga Log Message: enabled quagga multipath option Index: quagga =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/quagga,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- quagga 29 Dec 2011 21:32:01 -0000 1.17 +++ quagga 19 Jan 2013 22:04:52 -0000 1.18 @@ -30,7 +30,7 @@ fi ./update-autotools ./configure --prefix=/usr --sysconfdir=/etc/zebra --localstatedir=/var/state/quagga ${SNMP} \ - --enable-netlink --enable-vtysh --enable-tcp-md5 --enable-realms || exit 1 + --enable-netlink --enable-vtysh --enable-tcp-md5 --enable-realms --enable-multipath=64 || exit 1 make $PMAKE || exit 1 fi |