Merge pull request #541 from Telecominfraproject/v2.9.1-merge

v2.9.1 merge
This commit is contained in:
jaspreetsachdev 2023-04-11 13:12:47 -04:00 committed by GitHub
commit ce441c5b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ let pending_events = [];
function config_load() {
uci.load('event');
config = uci.get_all('event');
wan_ports = config.config?.wan_ports || [ 'eth0' ];
wan_ports = config.config?.wan_port || [ 'eth0' ];
if (config.wifi?.filter == '*')
config.wifi.filter = [ 'probe', 'auth', 'assoc', 'disassoc', 'deauth', 'local-deauth', 'inactive-deauth', 'key-mismatch', 'beacon-report', 'radar-detected' ];