This will search the drupal.org issue queues across the various projects that make up the Aegir system. If there are no relevant results, please submit an issue there.
For Varnish versions > 3.0 :
set req.hash += req.http.Cookie;
should be:
hash_data(req.http.Cookie);
Source: https://www.varnish-cache.org/docs/3.0/installation/upgrade.html
#1
For Varnish versions > 3.0 :
set req.hash += req.http.Cookie;
should be:
hash_data(req.http.Cookie);
Source: https://www.varnish-cache.org/docs/3.0/installation/upgrade.html