From 257c6458c6bc5c354d90bc9d0551cbf2fa77b020 Mon Sep 17 00:00:00 2001 From: Peter Gubka Date: Mon, 15 Feb 2016 09:44:31 +0100 Subject: [PATCH] adding exabgp to the tools vm Change-Id: I16b9dc15a19efbc813a1953c205ab167a5ad8bf7 Signed-off-by: Peter Gubka --- vagrant/ubuntu-mininet-ovs-2.3/bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 + -- 2.36.6