updated emane commeffect test to turn on default connectivity, test now passes
This commit is contained in:
parent
9934ce8d3f
commit
d51e80fac8
2 changed files with 12 additions and 1 deletions
|
@ -351,6 +351,7 @@ class Configurable(object):
|
|||
typeflags = ConfigFlags.NONE.value
|
||||
values = manager.getconfig(node_id, cls.name, defaults)[1]
|
||||
if values is None:
|
||||
logger.warn("no active configuration for node (%s), ignoring request")
|
||||
# node has no active config for this model (don't send defaults)
|
||||
return None
|
||||
# reply with config options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue