osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/33802 )
Change subject: ttcn3-ggsn-test: kernel-gtp: add ipv6
......................................................................
ttcn3-ggsn-test: kernel-gtp: add ipv6
Change type-support from v4 to v4v6 for the "internet" apn. With this,
some of the ipv6 and ipv4v6 test cases pass.
I've also tried to add extra inet6 and inet46 blocks to the config, as
in osmo-ggsn.cfg. But configuring multiple APNs with kernel GTP is not
supported in osmo-ggsn:
cannot create GTP tunnel device: Device or resource busy
Related: OS#6096
Change-Id: If3549db216ff89bdb963744bb38015ad68d4cf6a
---
M ttcn3-ggsn-test/osmo-ggsn-kernel-gtp.cfg
1 file changed, 24 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/02/33802/1
diff --git a/ttcn3-ggsn-test/osmo-ggsn-kernel-gtp.cfg
b/ttcn3-ggsn-test/osmo-ggsn-kernel-gtp.cfg
index 6fbfd0e..cbf776c 100644
--- a/ttcn3-ggsn-test/osmo-ggsn-kernel-gtp.cfg
+++ b/ttcn3-ggsn-test/osmo-ggsn-kernel-gtp.cfg
@@ -46,14 +46,16 @@
gtp bind-ip 172.18.3.201
apn internet
gtpu-mode kernel-gtp
- tun-device tun4
- type-support v4
+ tun-device tun46
+ type-support v4v6
ip prefix dynamic 176.16.16.0/20
ip dns 0 172.18.3.201
ip dns 1 8.8.8.8
ip ifconfig 176.16.16.0/20
+ ipv6 prefix dynamic 2001:780:44:2000:0:0:0:0/56
+ ipv6 dns 0 fd02:db8:3::201
+ ipv6 dns 1 2001:4860:4860::8844
+ ipv6 ifconfig 2001:780:44:2000:0:0:0:0/56
no shutdown
-# apn inet6
-# apn inet46
default-apn internet
no shutdown ggsn
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/33802
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: If3549db216ff89bdb963744bb38015ad68d4cf6a
Gerrit-Change-Number: 33802
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange