even moar logging

This commit is contained in:
2020-05-15 03:14:41 -04:00
parent 754fa3eb25
commit 1d27ee0556
2 changed files with 3 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ class Assignment(object):
def parse_alloc(self):
self.alloc_block = self.alloc.ip.alloc_block
# NOT AN IP6 OBJECT!
self.iface_blocks = self.alloc_block.extract_subnet(self.prefix, count = 1)
for i in self.iface_blocks:
self.iface_addrs.append(IP6(str(next(i.iter_hosts())), 128))