fixed vlan config + 5Ghz Radio (#2)
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
+2
-1
@@ -12,7 +12,8 @@ void config_load(openuf_config_t *cfg)
|
||||
cfg->inform_interval = DEFAULT_INFORM_INTERVAL;
|
||||
cfg->enable_announce = 1;
|
||||
cfg->enable_inform = 1;
|
||||
cfg->enable_logging = 1;
|
||||
/* File logging is opt-in to avoid flash wear and unbounded log growth. */
|
||||
cfg->enable_logging = 0;
|
||||
|
||||
FILE *f = fopen(OPENUF_CONF_FILE, "r");
|
||||
if (!f) return;
|
||||
|
||||
Reference in New Issue
Block a user