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)