[master] c3c3de4f0 Document VCL_acl format changes from the previous two commits

Nils Goroll nils.goroll at uplex.de
Wed Apr 1 18:48:08 UTC 2020


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

    Document VCL_acl format changes from the previous two commits

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index ad51c1e04..31fed3547 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -285,11 +285,12 @@ 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"
+	"\t%s [%s [%s [fixed: %s]]]\n"
+	"\t|   |   |          |\n"
+	"\t|   |   |          +- Fixed entry (see vcc_acl_pedantic parameter)\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"


More information about the varnish-commit mailing list