modified ctrlnets to use an id starting at 9001, to avoid string based ids

This commit is contained in:
Blake Harnden 2019-10-21 09:36:07 -07:00
parent 18e5598203
commit d056578e9d
2 changed files with 4 additions and 5 deletions

View file

@ -723,7 +723,7 @@ class CtrlNet(CoreNetwork):
def __init__(
self,
session,
_id="ctrlnet",
_id=None,
name=None,
prefix=None,
hostid=None,