[5.2] b74e5c5 Elaborate a bit on the addition of named -a addresses in 5.2.

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Fri Sep 15 11:17:25 UTC 2017


commit b74e5c511e8141e73f7f1d90a72c9e245f0a0b09
Author: Geoff Simmons <geoff at uplex.de>
Date:   Wed Sep 13 18:11:20 2017 +0200

    Elaborate a bit on the addition of named -a addresses in 5.2.

diff --git a/doc/sphinx/whats-new/upgrading-5.2.rst b/doc/sphinx/whats-new/upgrading-5.2.rst
index ee281eb..c932fca 100644
--- a/doc/sphinx/whats-new/upgrading-5.2.rst
+++ b/doc/sphinx/whats-new/upgrading-5.2.rst
@@ -167,9 +167,12 @@ Other changes
     ``vcl_path`` parameter if a relative file name is used, see
     :ref:`varnishd(1)` and :ref:`ref_param_vcl_path`.
 
-  * The ``-a`` option can now take a name, otherwise a default one
-    is selected to name the listen address. It may become accessible
-    in VCL in the future.
+  * The ``-a`` option can now take a name, for example ``-a
+    admin=127.0.0.1:88`` to identify an address used for
+    administrative requests but not regular client traffic. Otherwise,
+    a default name is selected for the listen address (``a0``, ``a1``
+    and so forth). Endpoint names appear in the log output, as noted
+    below, and may become accessible in VCL in the future.
 
 * ``varnishstat(1)``:
 


More information about the varnish-commit mailing list