Remove *auth flag causing unknown request type error

This commit is contained in:
2025-12-23 20:47:10 +05:00
parent ae41322355
commit 28e9c0fe06

View File

@@ -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"},