Add iproute2 module to avoid ip command not found issue 95/67495/1
authorfmenguy <francoisregis.menguy@orange.com>
Fri, 5 Apr 2019 15:24:29 +0000 (17:24 +0200)
committerfmenguy <francoisregis.menguy@orange.com>
Mon, 8 Apr 2019 08:47:43 +0000 (10:47 +0200)
Change-Id: I0c7f43b737927e5dc97ab5dd38dc52a2b9baaa45
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
docker/Dockerfile
docs/testing/user/userguide/quickstart_docker.rst

index f46e3d0..283d0be 100644 (file)
@@ -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 \
index adffaa3..ae277de 100644 (file)
@@ -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"