[Varnish] #1295: DNS director crashes when it's not the first director.

Varnish varnish-bugs at varnish-cache.org
Mon Apr 22 13:29:42 CEST 2013


#1295: DNS director crashes when it's not the first director.
--------------------+---------------------
 Reporter:  tfheen  |       Owner:  tfheen
     Type:  defect  |      Status:  closed
 Priority:  normal  |   Milestone:
Component:  build   |     Version:  3.0.3
 Severity:  normal  |  Resolution:  fixed
 Keywords:          |
--------------------+---------------------
Changes (by tfheen):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 commit e5da6ec90ca3e9917ec65bf077cf0042bd9b9e94
 Author: Tollef Fog Heen <tfheen at varnish-software.com>
 Date:   Mon Apr 22 13:25:43 2013 +0200

     Use ndirector, not serial in DNS director.

     The test case for this doesn't trigger, but the failing VCL (when
     given in a file with -f) looks like:

     director squid round-robin {
          { .backend = { .host = "127.0.0.1"; .port = "3131"; } }
     }

     director dnsdir dns {
          .list = {
                "201.7.184.0"/32;
          }
     }

     sub vcl_recv {
         set req.backend = dnsdir;
     }

     Fixes #1295

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1295#comment:1>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list