Change in docker-playground[master]: ttcn3-ggsn-test: Add static IPv6 addresses to containers

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Aug 16 12:53:27 UTC 2020


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


Change subject: ttcn3-ggsn-test: Add static IPv6 addresses to containers
......................................................................

ttcn3-ggsn-test: Add static IPv6 addresses to containers

Change-Id: Id8656f09eb1d879153dc4034bd562596ee6e35db
---
M ttcn3-ggsn-test/jenkins.sh
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/ttcn3-ggsn-test/jenkins.sh b/ttcn3-ggsn-test/jenkins.sh
index 7e25a9b..f6d5867 100755
--- a/ttcn3-ggsn-test/jenkins.sh
+++ b/ttcn3-ggsn-test/jenkins.sh
@@ -19,7 +19,7 @@
 		--device /dev/net/tun:/dev/net/tun \
 		--sysctl net.ipv6.conf.all.disable_ipv6=0 \
 		--rm \
-		--network $NET_NAME --ip 172.18.3.201 \
+		--network $NET_NAME --ip 172.18.3.201 --ip6 fd02:db8:3::201 \
 		--ulimit core=-1 \
 		-v $VOL_BASE_DIR/ggsn:/data \
 		--name ${BUILD_TAG}-ggsn -d \
@@ -30,7 +30,7 @@
 # start docker container with testsuite in foreground
 docker run	--rm \
 		--sysctl net.ipv6.conf.all.disable_ipv6=0 \
-		--network $NET_NAME --ip 172.18.3.202 \
+		--network $NET_NAME --ip 172.18.3.202 --ip6 fd02:db8:3::202 \
 		--ulimit core=-1 \
 		-v $VOL_BASE_DIR/ggsn-tester:/data \
 		-e "TTCN3_PCAP_PATH=/data" \

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Id8656f09eb1d879153dc4034bd562596ee6e35db
Gerrit-Change-Number: 19671
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200816/fcb66eb5/attachment.htm>


More information about the gerrit-log mailing list