added netaddr library, added logic to support dealing with creating new subnet when needed

This commit is contained in:
bharnden 2019-11-22 12:51:58 -08:00
parent 6c0d4d3a93
commit f2b37d32c8
6 changed files with 175 additions and 134 deletions

View file

@ -13,6 +13,7 @@ black = "==19.3b0"
pre-commit = "*"
[packages]
coretk = {editable = true,path = "."}
core = {editable = true,path = "./../daemon"}
coretk = {path = ".",editable = true}
core = {path = "./../daemon",editable = true}
pyyaml = "*"
netaddr = "*"