mwan3: Fix mwan3 start not doing anything

Due to a missing config load function call, mwan3 start runs ifup for an empty
list of interfaces, thus not calling ifup at all.

This commit introduces the missing config_load call.

Signed-off-by: Michiel Blokzijl <code@m01.eu>
This commit is contained in:
Michiel Blokzijl
2020-07-03 18:54:19 +01:00
committed by Michiel
parent 3d9618c61b
commit acfbd98ce0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -129,6 +129,7 @@ start()
uci_toggle_state mwan3 globals enabled "1"
config_load mwan3
config_foreach ifup interface
}