[master] 74bfdf842 document VCL_acl SLT format

Nils Goroll nils.goroll at uplex.de
Fri Dec 13 14:46:07 UTC 2019


commit 74bfdf84243471dd0ab40fb25da313d882cb2b9b
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Dec 13 15:42:22 2019 +0100

    document VCL_acl SLT format

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index 0252d0743..ff1d979dc 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -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",


More information about the varnish-commit mailing list