From e25bf21d449a133090056d9ec08e7cecd9f51aa9 Mon Sep 17 00:00:00 2001 From: Brenden Blanco Date: Wed, 29 Nov 2017 21:55:26 -0800 Subject: [PATCH] install.md: use iovisor.org hosted link to netperf rpm The old link to netperf is dead, but a copy exists in the iovisor repo (for the buildbots to use). Signed-off-by: Brenden Blanco --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 67c0d14d41a3..e1a2f7a000d9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -276,7 +276,7 @@ sudo dnf install -y bison cmake ethtool flex git iperf libstdc++-static \ elfutils-libelf-devel sudo dnf install -y luajit luajit-devel # for Lua support sudo dnf install -y \ - http://pkgs.repoforge.org/netperf/netperf-2.6.0-1.el6.rf.x86_64.rpm + http://repo.iovisor.org/yum/extra/mageia/cauldron/x86_64/netperf-2.7.0-1.mga6.x86_64.rpm sudo pip install pyroute2 ```