aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test/jenkins.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-08-12 12:26:29 +0200
committerlaforge <laforge@osmocom.org>2020-08-13 15:01:58 +0000
commit306a51dd306733daba965c59735cb9c5c419b609 (patch)
tree94c2f75cc320f64b5395d316d01c66658d979195 /ttcn3-bsc-test/jenkins.sh
parent7b5248b464c0d054b6410d2fd14c87283d8f8977 (diff)
Enable IPv6 in docker networking
We previously only allocated IPv4 sub-nets to the network segments created with 'docker network'. Let's fix that by assigning both IPv4 and IPv6 address ranges to each docker network. Related: OS#4700 Change-Id: I8802208fddcce1ffa57e5626575d23d02b320d99
Diffstat (limited to 'ttcn3-bsc-test/jenkins.sh')
-rwxr-xr-xttcn3-bsc-test/jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index 11b9d2a..0218a8f 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -24,7 +24,7 @@ if [ "$IMAGE_SUFFIX" = "latest" ]; then
cp pre-mscpool-osmo-bsc.cfg $VOL_BASE_DIR/bsc/osmo-bsc.cfg
fi
-network_create 172.18.2.0/24
+network_create 2
echo Starting container with STP
docker run --rm \