From 1d41dcd7e1e71eb1f7f640505eae8e7f62a14d54 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 4 Feb 2016 16:38:53 +0100 Subject: [PATCH] removed obsolete iproute2 requirement from instructions --- doc/Install.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/Install.md b/doc/Install.md index a509fef1e..d419c4545 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -18,10 +18,6 @@ or the following line for Fedora / CentOS / Redhat systems: $ sudo yum install pkgconfig gcc make libconfig-devel libnl3-devel pciutils-devel libcurl-devel jansson-devel libuuid-devel -**Important:** Please note that the server requires the -[iproute2](http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2) -tools to setup the network emulation and interfaces. - ### Compilation Checkout the `Makefile` and `include/config.h` for some options which have to be specified at compile time.