Commit 89432039 authored by Geoff Simmons's avatar Geoff Simmons

Mention UDS effects on VMOD std in "Upgrading to 6.0".

parent f214d59f
......@@ -206,6 +206,14 @@ protocol is not used, then ``0.0.0.0`` will be added to
Again, this is probably not a concern if ``client.ip`` is set via the
PROXY protocol.
VMOD std
--------
The VMOD std function :ref:`func_port` always returns 0 when applied
to a ``*.ip`` variable whose value is set to ``0.0.0.0`` because the
listener is UDS. :ref:`func_set_ip_tos` is silently ignored when the
listener is UDS.
VCL variables
~~~~~~~~~~~~~
......
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