[Varnish] #1200: On systems with INET6 disabled, c00005.vtc test fails

Varnish varnish-bugs at varnish-cache.org
Sat Sep 29 02:06:14 CEST 2012


#1200: On systems with INET6 disabled, c00005.vtc test fails
-------------------+-------------------------
 Reporter:  mi     |       Type:  defect
   Status:  new    |   Priority:  normal
Milestone:         |  Component:  varnishtest
  Version:  3.0.3  |   Severity:  normal
 Keywords:         |
-------------------+-------------------------
 The below patch fixes the problem for me. Perhaps, VCL has some way of
 checking, whether INET6 is enabled -- so the patch is not necessary and an
 additional if can be used instead.

 {{{
 --- bin/varnishtest/tests/c00005.vtc    2012-08-20 05:20:39.000000000
 -0400
 +++ bin/varnishtest/tests/c00005.vtc    2012-09-26 12:09:59.000000000
 -0400
 @@ -32,4 +32,3 @@
                 ! "localhost";
                 "0.0.0.0" / 0;
 -               "::" / 0;
         }
 }}}

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1200>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list