From: Peter Gubka Date: Mon, 15 Feb 2016 08:44:31 +0000 (+0100) Subject: adding exabgp to the tools vm X-Git-Tag: release/beryllium~10 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=257c6458c6bc5c354d90bc9d0551cbf2fa77b020 adding exabgp to the tools vm Change-Id: I16b9dc15a19efbc813a1953c205ab167a5ad8bf7 Signed-off-by: Peter Gubka --- diff --git a/vagrant/ubuntu-mininet-ovs-2.3/bootstrap.sh b/vagrant/ubuntu-mininet-ovs-2.3/bootstrap.sh index 2003384b3..6e0fc7581 100644 --- a/vagrant/ubuntu-mininet-ovs-2.3/bootstrap.sh +++ b/vagrant/ubuntu-mininet-ovs-2.3/bootstrap.sh @@ -69,3 +69,7 @@ cd $OFLOPS_DIR ./configure --with-openflow-src-dir=$OF_DIR make make install + +# Installing exabgp +apt-get install -y --force-yes -qq exabgp +