added netaddr library, added logic to support dealing with creating new subnet when needed
This commit is contained in:
parent
6c0d4d3a93
commit
f2b37d32c8
6 changed files with 175 additions and 134 deletions
|
@ -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 = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue