Merge "Disable building 6wind/quagga binaries"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 15 May 2017 16:21:13 +0000 (16:21 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 15 May 2017 16:21:13 +0000 (16:21 +0000)
packer/provision/mininet-ovs-2.5.sh

index 55efc9970af866df8349ada2af99617be6302fb1..5f392cf8a15c69c97839144fa0edd6bb26d0e19b 100644 (file)
@@ -47,15 +47,3 @@ apt-get install vlan
 
 # Install netaddr package which is needed by some custom mininet topologies
 apt-get install python-netaddr
-
-#Check out 6Wind quagga with tag name '20170418', compile and install for router functionalities
-echo "---> Installing the Quagga..."
-mkdir -p /tmp/build_quagga
-cd /tmp/build_quagga
-git clone https://github.com/6WIND/zrpcd.git
-cd zrpcd
-chmod a+x /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh
-/tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh -d -b -t -v 2
-
-# Removing the build_quagga folder
-rm -rf /tmp/build_quagga/