diff options
author | Michal Cmarada <michal.cmarada@pantheon.tech> | 2018-06-15 10:37:14 +0200 |
---|---|---|
committer | Michal Cmarada <michal.cmarada@pantheon.tech> | 2018-06-20 08:29:14 +0200 |
commit | 1528ed5d01ddd8a0de14711de59861d16f727a3e (patch) | |
tree | defc318c886c8673161b2cae43d6fa097b8a0772 /examples/docker/Dockerfile | |
parent | b77a5725338dc700873b36c98af85d70acd7bbe4 (diff) |
Add SRv6 5 node docker demo
This demo is intended to test SRv6 implementation. There are
two options how to run the demo. First one is to use VPP only
configuration and the second one uses honeycomb to configure
SRv6 on nodes.
For detailed information about the demo read documentation in
./asciidoc/Readme.adoc file. Follow the instructions to run
the demo and use provided commands to verify the operation
of VPP nodes.
Change-Id: I7d17db0096cc48b06e9148e7c78faaf9d7b8a97d
Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.tech>
Diffstat (limited to 'examples/docker/Dockerfile')
-rwxr-xr-x | examples/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docker/Dockerfile b/examples/docker/Dockerfile index 2decc50c2..d443fd37a 100755 --- a/examples/docker/Dockerfile +++ b/examples/docker/Dockerfile @@ -6,7 +6,7 @@ ADD . /hc2vpp RUN apt-get update && apt-get install -y \ # Utils - iproute2 iputils-ping net-tools vim-tiny jshon telnet \ + iproute2 iputils-ping net-tools vim-tiny jshon telnet curl \ # VPP package dependencies libnuma1 libssl1.0.0 libmbedcrypto0 libmbedtls10 libmbedx509-0 \ # Honeycomb package dependencies |