Change in docker-playground[master]: osmo-ggsn-*: install iproute2 for kernel tests

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Dec 17 11:30:20 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/26600 )


Change subject: osmo-ggsn-*: install iproute2 for kernel tests
......................................................................

osmo-ggsn-*: install iproute2 for kernel tests

Add the package providing "ip", as debian bullseye doesn't have it
installed by default anymore.

Fix for:
  /kernel-test/qemu-ifup.sh: 9: ip: not found

Related: OS#4969
Change-Id: I95560868a899169bf0cb05a02d5034d9a77b6af7
---
M osmo-ggsn-latest/Dockerfile
M osmo-ggsn-master/Dockerfile
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/00/26600/1

diff --git a/osmo-ggsn-latest/Dockerfile b/osmo-ggsn-latest/Dockerfile
index e5408e3..87b0a9e 100644
--- a/osmo-ggsn-latest/Dockerfile
+++ b/osmo-ggsn-latest/Dockerfile
@@ -20,6 +20,7 @@
 			flex \
 			gcc \
 			git \
+			iproute2 \
 			libc6-dev \
 			libelf-dev \
 			libssl-dev \
diff --git a/osmo-ggsn-master/Dockerfile b/osmo-ggsn-master/Dockerfile
index c3afb68..1a4504b 100644
--- a/osmo-ggsn-master/Dockerfile
+++ b/osmo-ggsn-master/Dockerfile
@@ -14,6 +14,7 @@
 			bridge-utils \
 			busybox-static \
 			ca-certificates \
+			iproute2 \
 			libelf-dev \
 			libgtpnl-dev \
 			libosmocore-dev \

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26600
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I95560868a899169bf0cb05a02d5034d9a77b6af7
Gerrit-Change-Number: 26600
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211217/14d34482/attachment.htm>


More information about the gerrit-log mailing list