summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2015-02-02 16:11:22 +0100
committerSteven Barth <steven@midlink.org>2015-02-09 09:26:16 +0100
commitcc8c69f2533e3c85e3631f1371a4207c2d5becce (patch)
tree1f0cb845f84064a3b9bba63f5ee0abee4a89396f
parent500779b3750d8a7603401128f6eb4e942e684616 (diff)
downloadnetifd-cc8c69f2533e3c85e3631f1371a4207c2d5becce.tar.gz
netifd: set current_config for simple devices when parsing device config
If currrent_config is not set when the simple device config is applied the device will be deleted in device_reset_old Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
-rw-r--r--config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.c b/config.c
index 4e91e18..22dd835 100644
--- a/config.c
+++ b/config.c
@@ -218,6 +218,7 @@ config_init_devices(void)
if (!dev)
continue;
+ dev->current_config = true;
device_apply_config(dev, dev->type, b.head);
}
dev->default_config = false;