aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-sccp-test
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-sccp-test
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-sccp-test')
-rwxr-xr-xttcn3-sccp-test/jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-sccp-test/jenkins.sh b/ttcn3-sccp-test/jenkins.sh
index 25fe5ac..895f12c 100755
--- a/ttcn3-sccp-test/jenkins.sh
+++ b/ttcn3-sccp-test/jenkins.sh
@@ -13,7 +13,7 @@ cp SCCP_Tests.cfg $VOL_BASE_DIR/sccp-tester/
mkdir $VOL_BASE_DIR/sccp
cp sccp_demo_user.cfg $VOL_BASE_DIR/sccp/
-network_create 172.18.22.0/24
+network_create 22
echo Starting container with sccp_demo_user
docker run --rm \