prevent autostart of interfaces during config init
[project/netifd.git] / netifd.h
index 17b839b..160ea3b 100644 (file)
--- a/netifd.h
+++ b/netifd.h
@@ -23,6 +23,7 @@ struct device;
 struct interface;
 
 extern struct uci_context *uci_ctx;
+extern bool config_init;
 
 void config_init_interfaces(const char *name);