From 58cbbb06cd786f8cc36741d543d7cf49f7b45923 Mon Sep 17 00:00:00 2001 From: brent s Date: Fri, 15 May 2020 01:42:43 -0400 Subject: [PATCH] whoops! forgot to reference the text. --- utils/he_ipv6/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/he_ipv6/config.py b/utils/he_ipv6/config.py index d6e91b2..1d6f073 100644 --- a/utils/he_ipv6/config.py +++ b/utils/he_ipv6/config.py @@ -312,7 +312,7 @@ class HETunnelConfig(HEBaseConfig): return(None) def _server(self): - self.server = tunnel.IP6(self.tun_xml.find('serverv6'), 128) + self.server = tunnel.IP6(self.tun_xml.find('serverv6').text.strip(), 128) return(None) def parse(self):