From 496cd25d37e1e5a6b9f4c98ab9a404d268e1d712 Mon Sep 17 00:00:00 2001 From: Brandon Heller <brandonh@stanford.edu> Date: Thu, 14 Jun 2012 11:10:39 -0700 Subject: [PATCH] Update oftest repo location Fixes Issue 41: https://github.com/mininet/mininet/issues/41 Reported-by: sublinhado on GitHub --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 9dd818f4..8fc5f63f 100755 --- a/util/install.sh +++ b/util/install.sh @@ -284,7 +284,7 @@ function oftest { # Install oftest: cd ~/ - git clone git://openflow.org/oftest + git clone git://github.com/floodlight/oftest cd oftest cd tools/munger sudo make install -- GitLab