mwan3: Add missing globals config section 5852/head
authorRob White <rob@blue-wave.net>
Sun, 1 Apr 2018 09:04:46 +0000 (10:04 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Apr 2018 09:04:46 +0000 (10:04 +0100)
Add missing globals config section with default values.
Without the correctly named section, mwan3 startup will fail with the error - Warning: mwan3 is global disabled. Usage: /etc/init.d/mwan3 start.
Compile: not required
Run tested: LEDE 17.01.04
Author-name: Rob White
Maintainer: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Rob White <rob@blue-wave.net>
net/mwan3/files/etc/config/mwan3

index 0ebe38d2d4b5be962fb5b3dd3604bb3518906fbb..bf089baf102bd26fd0577029bd69aabd5c3fb295 100644 (file)
@@ -1,4 +1,8 @@
 
+config globals 'globals'
+       option mmx_mask '0x3F00'
+       option local_source 'lan'
+
 config interface 'wan'
        option enabled '1'
        list track_ip '8.8.4.4'