From: phk Date: Wed, 3 Sep 2008 13:26:36 +0000 (+0000) Subject: Add an explicit "allow everybody else" entry in the negative ACL. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52c456195e9b376efcc31877f14f55e4ba013d3;p=varnish 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 --- 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 {