]> err.no Git - varnish/commitdiff
Add an explicit "allow everybody else" entry in the negative ACL.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 3 Sep 2008 13:26:36 +0000 (13:26 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 3 Sep 2008 13:26:36 +0000 (13:26 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3162 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/tests/c00005.vtc

index fb7e78191d59bed7c4f3b0f5972fc1d516e30913..98ed37379ce1f645cad4957db8eb847bea40052c 100644 (file)
@@ -32,6 +32,8 @@ client c1 {
 varnish v1 -vcl+backend {
        acl acl1 {
                ! "localhost";
+               "0.0.0.0" / 0;
+               "::" / 0;
        }
 
        sub vcl_recv {