From: phk Date: Sun, 5 Oct 2008 21:34:51 +0000 (+0000) Subject: Try to get two more lines in vcc_acl.c X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601b8576e19a499e1dcddbc2e19c3a09703192a2;p=varnish Try to get two more lines in vcc_acl.c git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3254 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/tests/v00017.vtc b/varnish-cache/bin/varnishtest/tests/v00017.vtc index 698f1650..c79211d5 100644 --- a/varnish-cache/bin/varnishtest/tests/v00017.vtc +++ b/varnish-cache/bin/varnishtest/tests/v00017.vtc @@ -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; } } }