aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-nitb-sysinfo
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-nitb-sysinfo
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-nitb-sysinfo')
-rwxr-xr-xttcn3-nitb-sysinfo/jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-nitb-sysinfo/jenkins.sh b/ttcn3-nitb-sysinfo/jenkins.sh
index eaef78d..166a04d 100755
--- a/ttcn3-nitb-sysinfo/jenkins.sh
+++ b/ttcn3-nitb-sysinfo/jenkins.sh
@@ -2,7 +2,7 @@
. ../jenkins-common.sh
-network_create 172.18.5.0/24
+network_create 5
# start container with nitb in background
docker volume rm nitb-vol