From ed6da52d52b2915289cee5655067a1bf1987fc43 Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Mon, 9 Dec 2013 23:43:46 +0000 Subject: [PATCH] unbreak the ability to create a WLAN network during runtime (Boeing r1810) --- trunk/daemon/core/netns/nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/daemon/core/netns/nodes.py b/trunk/daemon/core/netns/nodes.py index 5e29eda9..e8b784b3 100644 --- a/trunk/daemon/core/netns/nodes.py +++ b/trunk/daemon/core/netns/nodes.py @@ -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):