aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/srv6-mobile/extra/Dockerfile.j2.release
diff options
context:
space:
mode:
authorTetsuya Murakami <tetsuya.mrk@gmail.com>2020-03-04 16:27:14 -0800
committerDamjan Marion <dmarion@me.com>2020-03-21 12:49:12 +0000
commit9e722bd466383dd53b10d4c1de95ad18db939147 (patch)
treef870d7ad6b974798ac26a0b1580a67b2f61f12a7 /src/plugins/srv6-mobile/extra/Dockerfile.j2.release
parent7a6f5a4fee17bd34f70f9eb25a094764be39d81b (diff)
srv6-mobile: Support GTP4/6.DT and User Plane message mapping
Support the following new features in srv6-mobile. 1. GTP4.DT 2. GTP6.DT 3. User Plane Message encoding based on draft-murakami-dmm-user-plane-message-encoding-01 4. Add SRv6 mobile test cases Type: feature Signed-off-by: Tetsuya Murakami <tetsuya.mrk@gmail.com> Change-Id: I890e5171bf03513d54b4830f01b9dc7f47fe7c48 Signed-off-by: Tetsuya Murakami <tetsuya.mrk@gmail.com>
Diffstat (limited to 'src/plugins/srv6-mobile/extra/Dockerfile.j2.release')
-rw-r--r--src/plugins/srv6-mobile/extra/Dockerfile.j2.release1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/srv6-mobile/extra/Dockerfile.j2.release b/src/plugins/srv6-mobile/extra/Dockerfile.j2.release
index 851aef66197..bdb57a61511 100644
--- a/src/plugins/srv6-mobile/extra/Dockerfile.j2.release
+++ b/src/plugins/srv6-mobile/extra/Dockerfile.j2.release
@@ -16,6 +16,7 @@ RUN set -eux; \
iproute2 \
tcpdump \
python3-cffi \
+ python2.7 \
netcat; \
rm -rf /var/lib/apt/lists/*; \
mv /usr/sbin/tcpdump /usr/bin/tcpdump