unbreak the ability to create a WLAN network during runtime
(Boeing r1810)
This commit is contained in:
parent
5a1e8bfdca
commit
ddfc6f5de7
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class WlanNode(LxBrNet):
|
|||
if (self.verbose):
|
||||
self.info("updating model %s" % model_name)
|
||||
if self.model is None or self.model._name != model_name:
|
||||
raise ValueError, "model %s not configured" % model_name
|
||||
return
|
||||
model = self.model
|
||||
if model._type == coreapi.CORE_TLV_REG_WIRELESS:
|
||||
if not model.updateconfig(values):
|
||||
|
|
Loading…
Reference in a new issue