From 59897168d40d530e8d3b448c0bacbed66dc89f89 Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Mon, 12 Nov 2012 16:45:51 -0800 Subject: [PATCH] install: Update OFTest repo location This repo has moved to git://github.com/floodlight/oftest.git --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 5af003b..5970ebd 100755 --- a/util/install.sh +++ b/util/install.sh @@ -393,7 +393,7 @@ function oftest { # Install oftest: cd ~/ - git clone git://openflow.org/oftest + git clone git://github.com/floodlight/oftest.git cd oftest cd tools/munger sudo make install