From 883f15beeed8fbe81b7e68a0b454bb8b5ded2ca3 Mon Sep 17 00:00:00 2001 From: brent s Date: Tue, 12 May 2020 23:16:23 -0400 Subject: [PATCH] son of a BITCH. --- 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 67a339c..8c3259a 100644 --- a/utils/he_ipv6/config.py +++ b/utils/he_ipv6/config.py @@ -94,7 +94,7 @@ class Tunnel(object): self.parse() def _allocations(self): - for _allocation_xml in self.xml.findall('allocations'): + for _allocation_xml in self.xml.findall('allocs'): self.allocations.append(Allocation(_allocation_xml)) return(None)