aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/srv6-mobile
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2021-05-04 12:45:57 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2021-07-12 10:41:10 +0000
commit041372b79b843b54dfad048dda237e64d1a5f127 (patch)
tree63a4287f21ebfd0f5b3fde8e882b1c2a33464f46 /src/plugins/srv6-mobile
parent0046e97eb94cbcf278be2c892e4b686da670a414 (diff)
papi: remove shared memory transport
This patch removes the papi transport shared memory plugin. It also removes any dependency on CFFI. Type: feature Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: Ia81701c0dc506871e511495d837e41420e1fdf72 Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/plugins/srv6-mobile')
-rw-r--r--src/plugins/srv6-mobile/extra/Dockerfile.j21
-rw-r--r--src/plugins/srv6-mobile/extra/Dockerfile.j2.release1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/srv6-mobile/extra/Dockerfile.j2 b/src/plugins/srv6-mobile/extra/Dockerfile.j2
index e8120bb736b..8e42af09d56 100644
--- a/src/plugins/srv6-mobile/extra/Dockerfile.j2
+++ b/src/plugins/srv6-mobile/extra/Dockerfile.j2
@@ -12,7 +12,6 @@ RUN set -eux; \
net-tools \
iproute2 \
tcpdump \
- python3-cffi \
asciidoc \
xmlto \
libssl-dev \
diff --git a/src/plugins/srv6-mobile/extra/Dockerfile.j2.release b/src/plugins/srv6-mobile/extra/Dockerfile.j2.release
index 7507f50403b..aec520bfb85 100644
--- a/src/plugins/srv6-mobile/extra/Dockerfile.j2.release
+++ b/src/plugins/srv6-mobile/extra/Dockerfile.j2.release
@@ -15,7 +15,6 @@ RUN set -eux; \
net-tools \
iproute2 \
tcpdump \
- python3-cffi \
python2.7 \
libssl-dev \
netcat; \