Compare commits

..

4 Commits

Author SHA1 Message Date
jaspreetsachdev
ce441c5b1b Merge pull request #541 from Telecominfraproject/v2.9.1-merge
v2.9.1 merge
2023-04-11 13:12:47 -04:00
Jaspreet Sachdev
f8f9c6d469 Merge remote-tracking branch 'origin/main' into v2.9.0 2023-04-11 13:04:36 -04:00
John Crispin
690d7655a0 ucentral-event: fix dynamic vlan for devices where the WAN port is not eth0
Fixes: WIFI-12372
Signed-off-by: John Crispin <john@phrozen.org>
2023-04-10 14:25:22 +02:00
jaspreetsachdev
52c39cd3bf Merge pull request #539 from Telecominfraproject/staging-fix-nns-feed
ipq807x: fix qca-nss-clients feed
2023-04-01 08:05:35 -04:00

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' ];