<div dir="ltr">Great, thank you Geoff!<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 30, 2018 at 8:42 AM, Geoff Simmons <span dir="ltr"><<a href="mailto:geoff@uplex.de" target="_blank">geoff@uplex.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 03/29/2018 08:24 PM, Hugues Alary wrote:<br>
><br>
> VCL 4.1 retired beresp.backend.ip.<br>
><br>
> Is there any way in VCL 4.1 to get the IP Address of the backend used?<br>
<br>
</span>No. There have been some thoughts about adding something for "get<br>
backend info" in a future version, which would expose the IP address<br>
among other things, but that's not available for now.<br>
<span class=""><br>
> If not, it means I'll need to use VCL 4.0.<br>
><br>
> Is there any reason for me to prefer 4.1 over 4.0?<br>
<br>
</span>There may or may not be, depending on your needs.<br>
<br>
You'll need VCL 4.1 if:<br>
<br>
- You're using Unix domain sockets<br>
- You have more than one listen address, and you want to use<br>
  local.socket and/or local.endpoint in VCL to tell them apart.<br>
- You want to use sess.xid.<br>
- You want to selectively disable ESIs in client responses, and<br>
  prefer to use resp.do_esi rather than req.esi for that.<br>
<br>
The *.proto variables are read-only in 4.1; if you want to write to<br>
them, you have to stay with 4.0.<br>
<br>
beresp.storage_hint is still around in 4.0, not in 4.1, but you should<br>
be using beresp.storage anyway.<br>
<br>
AFAIK that's all of it.<br>
<br>
<br>
HTH,<br>
Geoff<br>
<span class="HOEnZb"><font color="#888888">--<br>
** * * UPLEX - Nils Goroll Systemoptimierung<br>
<br>
Scheffelstraße 32<br>
22301 Hamburg<br>
<br>
Tel <a href="tel:%2B49%2040%202880%205731" value="+494028805731">+49 40 2880 5731</a><br>
Mob <a href="tel:%2B49%20176%20636%2090917" value="+4917663690917">+49 176 636 90917</a><br>
Fax <a href="tel:%2B49%2040%2042949753" value="+494042949753">+49 40 42949753</a><br>
<br>
<a href="http://uplex.de" rel="noreferrer" target="_blank">http://uplex.de</a><br>
<br>
</font></span><br>______________________________<wbr>_________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" rel="noreferrer" target="_blank">https://www.varnish-cache.org/<wbr>lists/mailman/listinfo/<wbr>varnish-misc</a><br></blockquote></div><br></div>