[master] 515b59da9 mention UDS for SessError/SessOpen

Nils Goroll nils.goroll at uplex.de
Mon Sep 17 09:30:16 UTC 2018


commit 515b59da94bb2b8382c777374de03e33adc944fe
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Sep 17 11:27:16 2018 +0200

    mention UDS for SessError/SessOpen

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index d682cf194..0997d72f8 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -73,8 +73,8 @@ SLTM(SessError, 0, "Client connection accept failed",
 	"\t|  |  |  |  |  +- Detailed error message\n"
 	"\t|  |  |  |  +---- Error Number (errno) from accept(2)\n"
 	"\t|  |  |  +------- File descriptor number\n"
-	"\t|  |  +---------- Local TCP port\n"
-	"\t|  +------------- Local IPv4/6 address\n"
+	"\t|  |  +---------- Local TCP port / 0 for UDS\n"
+	"\t|  +------------- Local IPv4/6 address / 0.0.0.0 for UDS\n"
 	"\t+---------------- Socket name (from -a argument)\n"
 	"\n"
 )
@@ -86,11 +86,11 @@ SLTM(SessOpen, 0, "Client connection opened",
 	"\t%s %d %s %s %s %d\n"
 	"\t|  |  |  |  |  |\n"
 	"\t|  |  |  |  |  +- File descriptor number\n"
-	"\t|  |  |  |  +---- Local TCP port\n"
-	"\t|  |  |  +------- Local IPv4/6 address\n"
+	"\t|  |  |  |  +---- Local TCP port / 0 for UDS\n"
+	"\t|  |  |  +------- Local IPv4/6 address / 0.0.0.0 for UDS\n"
 	"\t|  |  +---------- Socket name (from -a argument)\n"
-	"\t|  +------------- Remote TCP port\n"
-	"\t+---------------- Remote IPv4/6 address\n"
+	"\t|  +------------- Remote TCP port / 0 for UDS\n"
+	"\t+---------------- Remote IPv4/6 address / 0.0.0.0 for UDS\n"
 	"\n"
 )
 


More information about the varnish-commit mailing list