From 28e9c0fe0612ee6ea1930899f53065ddd40d62f4 Mon Sep 17 00:00:00 2001 From: Junaid Saeed Uppal Date: Tue, 23 Dec 2025 20:47:10 +0500 Subject: [PATCH] Remove *auth flag causing unknown request type error --- pppoe_auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pppoe_auth.json b/pppoe_auth.json index 4877f50..65cb23f 100644 --- a/pppoe_auth.json +++ b/pppoe_auth.json @@ -6,7 +6,7 @@ "filters": [ "*string:~*vars.*radReqType:*radAuth" ], - "flags": ["*log", "*auth", "*attributes", "*accounts", "*continue"], + "flags": ["*log", "*attributes", "*continue"], "request_fields": [ {"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*data"}, {"tag": "Category", "path": "*cgreq.Category", "type": "*constant", "value": "generic"},