From 9c2f0a098d02aa4b7b2419401ab70821133fb942 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 14 Oct 2022 09:18:51 +0200 Subject: [PATCH] uspot: dns_state was not getting reset correctly when flushing a client Signed-off-by: John Crispin --- feeds/ucentral/uspot/files/usr/share/uspot/accounting.uc | 1 + 1 file changed, 1 insertion(+) diff --git a/feeds/ucentral/uspot/files/usr/share/uspot/accounting.uc b/feeds/ucentral/uspot/files/usr/share/uspot/accounting.uc index 8898ee4bc..e200700a9 100755 --- a/feeds/ucentral/uspot/files/usr/share/uspot/accounting.uc +++ b/feeds/ucentral/uspot/files/usr/share/uspot/accounting.uc @@ -189,6 +189,7 @@ function client_timeout(mac) { ubus.call('spotfilter', 'client_set', { interface: "hotspot", state: 0, + dns_state: 1, address: mac, accounting: [], flush: true,