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"],