]> err.no Git - varnish/commitdiff
Try to get two more lines in vcc_acl.c
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 5 Oct 2008 21:34:51 +0000 (21:34 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 5 Oct 2008 21:34:51 +0000 (21:34 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3254 d4fa192b-c00b-0410-8231-f00ffab90ce4

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

index 698f1650658c012cd38f1d6eed452306c652d4fc..c79211d596a3d72ed161ecbfb0501483cc321664 100644 (file)
@@ -60,7 +60,7 @@ varnish v1 -vcl {
        backend b { .host = "127.0.0.1"; }
        acl a {
                ! "10.1.3"; 
-               ("en.lille.nisse.rejste"); 
+               ("en.lille.nisse.rejste" / 22); 
                (!"en.lille.nisse.rejste"); 
        }
        sub vcl_recv { if (client.ip ~ a) { pass; } }
@@ -88,6 +88,7 @@ varnish v1 -vcl {
                "10.1.4"/25; 
                "10.2.66"/23;
                ! "10.2.64"/23;
+               "10.2.68"/23;
        }
        sub vcl_recv { if (client.ip ~ a) { pass; } }
 }