From 3003de0bdc8227b62ab72238c1f1bba3d4daf396 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 24 Jul 2008 21:55:56 +0000 Subject: [PATCH] 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 --- varnish-cache/bin/varnishtest/tests/c00005.vtc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.5