pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/27096 )
Change subject: ttcn3-ggsn-tests-ogs: Configuration fixes for IPv6 tests
......................................................................
ttcn3-ggsn-tests-ogs: Configuration fixes for IPv6 tests
Change-Id: I6fe98f6642bbd42376c9ed7353b58451c104eaca
---
M ttcn3-ggsn-test/ogs/smfd.yaml
M ttcn3-ggsn-test/ogs/upfd-setup.sh
M ttcn3-ggsn-test/ogs/upfd.yaml
3 files changed, 9 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/96/27096/1
diff --git a/ttcn3-ggsn-test/ogs/smfd.yaml b/ttcn3-ggsn-test/ogs/smfd.yaml
index a0be176..0860074 100644
--- a/ttcn3-ggsn-test/ogs/smfd.yaml
+++ b/ttcn3-ggsn-test/ogs/smfd.yaml
@@ -342,10 +342,11 @@
subnet:
- addr: 176.16.222.1/24
dnn: internet
- - addr: 2001:780:44:2000:0:0:0:0/56
+ - addr: 2001:780:44:2000:0:0:0:1/56
dnn: inet6
- addr: 176.16.46.1/24
- addr: 2001:780:44:2100:0:0:0:0/56
+ dnn: inet46
+ - addr: 2001:780:44:2100:0:0:0:1/56
dnn: inet46
dns:
diff --git a/ttcn3-ggsn-test/ogs/upfd-setup.sh b/ttcn3-ggsn-test/ogs/upfd-setup.sh
index fcd18a3..c96a561 100755
--- a/ttcn3-ggsn-test/ogs/upfd-setup.sh
+++ b/ttcn3-ggsn-test/ogs/upfd-setup.sh
@@ -19,9 +19,9 @@
create_tun "ogstun46"
add_addr "ogstun4" "176.16.222.1/16"
-add_addr "ogstun6" "2001:780:44:2000:0:0:0:1/64"
+add_addr "ogstun6" "2001:780:44:2000:0:0:0:1/56"
add_addr "ogstun46" "176.16.46.1/24"
-add_addr "ogstun46" "2001:780:44:2100:0:0:0:1/64"
+add_addr "ogstun46" "2001:780:44:2100:0:0:0:1/56"
ip link set ogstun4 up
ip link set ogstun6 up
diff --git a/ttcn3-ggsn-test/ogs/upfd.yaml b/ttcn3-ggsn-test/ogs/upfd.yaml
index 4e56f6e..8fe932b 100644
--- a/ttcn3-ggsn-test/ogs/upfd.yaml
+++ b/ttcn3-ggsn-test/ogs/upfd.yaml
@@ -159,11 +159,13 @@
- addr: 176.16.222.1/24
dnn: internet
dev: ogstun4
- - addr: 2001:780:44:2000:0:0:0:1/64
+ - addr: 2001:780:44:2000:0:0:0:1/56
dnn: inet6
dev: ogstun6
- addr: 176.16.46.1/24
- addr: 2001:780:44:2100:0:0:0:1/64
+ dnn: inet46
+ dev: ogstun46
+ - addr: 2001:780:44:2100:0:0:0:1/56
dnn: inet46
dev: ogstun46
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/27096
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I6fe98f6642bbd42376c9ed7353b58451c104eaca
Gerrit-Change-Number: 27096
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange