From: fmenguy Date: Fri, 5 Apr 2019 15:24:29 +0000 (+0200) Subject: Add iproute2 module to avoid ip command not found issue X-Git-Tag: 3.2.0~5 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F67495%2F1;p=nfvbench.git Add iproute2 module to avoid ip command not found issue Change-Id: I0c7f43b737927e5dc97ab5dd38dc52a2b9baaa45 Signed-off-by: fmenguy --- diff --git a/docker/Dockerfile b/docker/Dockerfile index f46e3d0..283d0be 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y \ vim \ wget \ net-tools \ + iproute2 \ libelf1 \ && mkdir -p /opt/trex \ && mkdir /var/log/nfvbench \ diff --git a/docs/testing/user/userguide/quickstart_docker.rst b/docs/testing/user/userguide/quickstart_docker.rst index adffaa3..ae277de 100644 --- a/docs/testing/user/userguide/quickstart_docker.rst +++ b/docs/testing/user/userguide/quickstart_docker.rst @@ -43,7 +43,7 @@ Create a new file containing the minimal configuration for NFVbench, we can call tool: TRex ip: 127.0.0.1 cores: 3 - software_mode: false, + software_mode: false interfaces: - port: 0 pci: "0a:00.0"