From b52c456195e9b376efcc31877f14f55e4ba013d3 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 3 Sep 2008 13:26:36 +0000 Subject: [PATCH] Add an explicit "allow everybody else" entry in the negative ACL. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3162 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/tests/c00005.vtc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/varnish-cache/bin/varnishtest/tests/c00005.vtc b/varnish-cache/bin/varnishtest/tests/c00005.vtc index fb7e7819..98ed3737 100644 --- a/varnish-cache/bin/varnishtest/tests/c00005.vtc +++ b/varnish-cache/bin/varnishtest/tests/c00005.vtc @@ -32,6 +32,8 @@ client c1 { varnish v1 -vcl+backend { acl acl1 { ! "localhost"; + "0.0.0.0" / 0; + "::" / 0; } sub vcl_recv { -- 2.39.5