added net client to consolidate bridge and interface creation
This commit is contained in:
parent
bdf288ff1d
commit
b449729a31
6 changed files with 113 additions and 64 deletions
|
@ -44,7 +44,7 @@ class CoreEmu(object):
|
|||
os.umask(0)
|
||||
|
||||
# configuration
|
||||
if not config:
|
||||
if config is None:
|
||||
config = {}
|
||||
self.config = config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue