blob: 2a489cd700d5962a55a0eecfad6e5c29b48f5a3d [file] [log] [blame]
Oliver Smith72ddb012023-10-26 15:14:16 +02001#!/bin/sh -ex
2. /tests/00_test_functions.sh
3
Oliver Smith17033712024-02-21 10:21:51 +01004MS_PROTO="ip"
Oliver Smith72ddb012023-10-26 15:14:16 +02005MS="172.99.0.1"
6MS_PREFLEN="32"
7SGSN_GGSN_PROTO="ip6"
8SGSN="fd00::1"
9SGSN_PREFLEN="7"
10GGSN="fd00::2"
11WEBSERVER="172.99.0.2"
12
13tunnel_start
14tunnel_ping
15tunnel_stop