[master] eab1c394e Acl cannot be pedantic, localhost can be anything

Poul-Henning Kamp phk at FreeBSD.org
Tue May 4 13:30:06 UTC 2021


commit eab1c394e59c3d270ac4ac56184c8233d61ad132
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue May 4 13:29:19 2021 +0000

    Acl cannot be pedantic, localhost can be anything

diff --git a/bin/varnishtest/tests/v00016.vtc b/bin/varnishtest/tests/v00016.vtc
index c596e0170..f5145bf37 100644
--- a/bin/varnishtest/tests/v00016.vtc
+++ b/bin/varnishtest/tests/v00016.vtc
@@ -141,7 +141,7 @@ At:} {
 varnish v1 -syntax 4.0 -errvcl {Symbol not found: 'foo'} {
 	backend b { .host = "${localhost}"; }
 
-	acl foo {
+	acl foo -pedantic {
 	    "${localhost}"/32;
 	}
 	sub vcl_init {


More information about the varnish-commit mailing list