From 3112a7b10ad6d235590717b6da833479d6c4f1f0 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 19 Feb 2018 12:25:44 +0100 Subject: ggsn-test: Add missing DNSv6 addr in ggsn config Test TC_pdp6_act_deact_pcodns checks the 2 DNS values against matched configuration. If osmo-ggsn.cfg doesn't have a 2nd DNS configured, it won't sent the related PCO in the response, and the test will fail. --- ggsn-test/osmo-ggsn.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ggsn-test/osmo-ggsn.cfg b/ggsn-test/osmo-ggsn.cfg index 5f03bc3..7fe5cbc 100644 --- a/ggsn-test/osmo-ggsn.cfg +++ b/ggsn-test/osmo-ggsn.cfg @@ -81,6 +81,7 @@ ggsn ggsn0 type-support v6 ipv6 prefix dynamic 2001:780:44:2000:0:0:0:0/56 ipv6 dns 0 2001:4860:4860::8888 + ipv6 dns 1 2001:4860:4860::8844 ipv6 ifconfig 2001:780:44:2000:0:0:0:0/56 no shutdown apn inet46 -- cgit v1.2.3