Commit 000819d8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Cover the execution of the local.ip and remote.ip VRT functions

parent 8ff29534
......@@ -22,6 +22,8 @@ varnish v1 -arg "-i J.F.Nobody" -vcl+backend {
set resp.http.esi = req.esi;
set resp.http.be = req.backend_hint;
set resp.http.c_id = client.identity;
set resp.http.l_ip = local.ip;
set resp.http.r_ip = remote.ip;
if (obj.uncacheable) { }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment