From: phk Date: Thu, 24 Jul 2008 21:55:56 +0000 (+0000) Subject: Use "localhost" in our acls, so it works no matter which address it X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3003de0bdc8227b62ab72238c1f1bba3d4daf396;p=varnish Use "localhost" in our acls, so it works no matter which address it picks off your loopback interface. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3017 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/tests/c00005.vtc b/varnish-cache/bin/varnishtest/tests/c00005.vtc index e6ed032c..ae58a22d 100644 --- a/varnish-cache/bin/varnishtest/tests/c00005.vtc +++ b/varnish-cache/bin/varnishtest/tests/c00005.vtc @@ -13,7 +13,7 @@ server s1 { varnish v1 -vcl+backend { acl acl1 { - "127.0.0.1"; + "localhost"; } sub vcl_recv { @@ -33,7 +33,7 @@ client c1 -run varnish v1 -vcl+backend { acl acl1 { - ! "127.0.0.1"; + ! "localhost"; } sub vcl_recv {