ttcn3-ggsn-test: kernel-gtp: add ipv6

Related: OS#6096
Change-Id: If3549db216ff89bdb963744bb38015ad68d4cf6a
This commit is contained in:
Oliver Smith 2023-07-18 15:29:24 +02:00
parent e39bea3ae5
commit cc5db2ab1d
1 changed files with 9 additions and 2 deletions

View File

@ -44,14 +44,21 @@ line vty
ggsn ggsn0
gtp state-dir /tmp
gtp bind-ip 172.18.3.201
# OS#6106: Currently it is not possible to configure multiple APNs with
# gtpu-mode kernel-gtp in OsmoGGSN, because it cannot share the GTP-U bind
# socket between tunnels.
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:2100:0:0:0:0/56
ipv6 dns 0 fd02:db8:3::201
ipv6 dns 1 2001:4860:4860::8844
ipv6 ifconfig 2001:780:44:2100:0:0:0:0/56
no shutdown
# apn inet6
# apn inet46