daemon: refactored CoreInterface.addrlist storing strings into CoreInterface.ip4s and ip6s, stored as netaddr.IPNetwork objects

This commit is contained in:
Blake Harnden 2020-06-19 08:50:36 -07:00
parent ca2b1c9e4c
commit d88f3a2535
20 changed files with 209 additions and 262 deletions

View file

@ -87,7 +87,7 @@ class TestNodes:
node.addaddr(iface.node_id, addr)
# then
assert iface.addrlist[0] == addr
assert str(iface.get_ip4()) == addr
def test_node_addaddr_exception(self, session):
# given