[master] cd031cb Document the use of "0.0.0.0:0" in the logs in "Upgrading to 6.0".

Geoff Simmons geoff at uplex.de
Sun Mar 11 10:06:07 UTC 2018


commit cd031cb6ee404274ab3576a6bc5d17b4b422f8a7
Author: Geoff Simmons <geoff at uplex.de>
Date:   Sun Mar 11 11:04:53 2018 +0100

    Document the use of "0.0.0.0:0" in the logs in "Upgrading to 6.0".

diff --git a/doc/sphinx/whats-new/upgrading-6.0.rst b/doc/sphinx/whats-new/upgrading-6.0.rst
index 978e62e..8c354a4 100644
--- a/doc/sphinx/whats-new/upgrading-6.0.rst
+++ b/doc/sphinx/whats-new/upgrading-6.0.rst
@@ -294,7 +294,12 @@ Other changes
     name of the listener address over which the request was received, see
     :ref:`vsl(7)`.
 
-  * XXX ...
+  * ``0.0.0.0`` and port ``0`` appear in the logs where an IP and port
+    otherwise appear, when the connection in question was addressed as
+    a Unix domain socket. This affects ``ReqStart`` and ``SessOpen``.
+    If you have more than one UDS listener, they can be distinguished
+    with the "listener name" field -- the third field for both
+    ``ReqStart`` and ``SessOpen``.
 
 * ``varnishtest(1)``:
 


More information about the varnish-commit mailing list