r3017 - trunk/varnish-cache/bin/varnishtest/tests

phk at projects.linpro.no phk at projects.linpro.no
Thu Jul 24 23:55:57 CEST 2008


Author: phk
Date: 2008-07-24 23:55:56 +0200 (Thu, 24 Jul 2008)
New Revision: 3017

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/c00005.vtc
Log:
Use "localhost" in our acls, so it works no matter which address it
picks off your loopback interface.



Modified: trunk/varnish-cache/bin/varnishtest/tests/c00005.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/c00005.vtc	2008-07-24 20:39:04 UTC (rev 3016)
+++ trunk/varnish-cache/bin/varnishtest/tests/c00005.vtc	2008-07-24 21:55:56 UTC (rev 3017)
@@ -13,7 +13,7 @@
 
 varnish v1 -vcl+backend {
 	acl acl1 {
-		"127.0.0.1";
+		"localhost";
 	}
 
 	sub vcl_recv {
@@ -33,7 +33,7 @@
 
 varnish v1 -vcl+backend {
 	acl acl1 {
-		! "127.0.0.1";
+		! "localhost";
 	}
 
 	sub vcl_recv {




More information about the varnish-commit mailing list