Commit 74bfdf84 authored by Nils Goroll's avatar Nils Goroll

document VCL_acl SLT format

parent 0fb7d872
......@@ -282,6 +282,17 @@ SLTM(Fetch_Body, 0, "Body fetched from backend",
SLTM(VCL_acl, 0, "VCL ACL check results",
"Logs VCL ACL evaluation results.\n\n"
"The format is::\n\n"
"\t%s [%s [%s]]\n"
"\t| | |\n"
"\t| | +- Matching entry (only for MATCH)\n"
"\t| +----- Name of the ACL for MATCH or NO_MATCH\n"
"\t+--------- MATCH, NO_MATCH or NO_FAM\n"
"\n"
"MATCH denotes an ACL match\n"
"NO_MATCH denotes that a checked ACL has not matched\n"
"NO_FAM denotes a missing address family and should not occur.\n"
"\n"
)
SLTM(VCL_call, 0, "VCL method called",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment