modified ctrlnets to use an id starting at 9001, to avoid string based ids
This commit is contained in:
parent
18e5598203
commit
d056578e9d
2 changed files with 4 additions and 5 deletions
|
@ -723,7 +723,7 @@ class CtrlNet(CoreNetwork):
|
|||
def __init__(
|
||||
self,
|
||||
session,
|
||||
_id="ctrlnet",
|
||||
_id=None,
|
||||
name=None,
|
||||
prefix=None,
|
||||
hostid=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue