From 943621c016fe83a2fdf6ce9f49f50f858907cbe8 Mon Sep 17 00:00:00 2001 From: Junaid Saeed Uppal Date: Tue, 23 Dec 2025 19:23:52 +0500 Subject: [PATCH] radius auth fix --- pppoe_accounting.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pppoe_accounting.json b/pppoe_accounting.json index f9c4040..80045be 100644 --- a/pppoe_accounting.json +++ b/pppoe_accounting.json @@ -1,6 +1,20 @@ { "radius_agent": { "request_processors": [ + { + "id": "MikrotikPPPoEAcctOn", + "filters": ["*string:~*req.Acct-Status-Type:Accounting-On"], + "flags": ["*none", "*log"], + "request_fields": [], + "reply_fields": [] + }, + { + "id": "MikrotikPPPoEAcctOff", + "filters": ["*string:~*req.Acct-Status-Type:Accounting-Off"], + "flags": ["*none", "*log"], + "request_fields": [], + "reply_fields": [] + }, { "id": "MikrotikPPPoEAcctStart", "filters": ["*string:~*req.Acct-Status-Type:Start"],