]> err.no Git - varnish/commitdiff
Try to hit a couple of lines more in vcc_acl.c
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 5 Oct 2008 21:02:48 +0000 (21:02 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 5 Oct 2008 21:02:48 +0000 (21:02 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3253 d4fa192b-c00b-0410-8231-f00ffab90ce4

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

index 94ccf75d6a50b6775f197627fa8ee1cca5d1a259..698f1650658c012cd38f1d6eed452306c652d4fc 100644 (file)
@@ -61,6 +61,7 @@ varnish v1 -vcl {
        acl a {
                ! "10.1.3"; 
                ("en.lille.nisse.rejste"); 
+               (!"en.lille.nisse.rejste"); 
        }
        sub vcl_recv { if (client.ip ~ a) { pass; } }
 }
@@ -85,6 +86,8 @@ varnish v1 -vcl {
                "10.1.2"/25; 
                "10.1.2"/26; 
                "10.1.4"/25; 
+               "10.2.66"/23;
+               ! "10.2.64"/23;
        }
        sub vcl_recv { if (client.ip ~ a) { pass; } }
 }