Browse code

Update function description for start_tls_proxy

In [1] the definition of the function was changed, adding the service
name as first parameter. Since this seems to have caused failures in
some plugins, at least update the function template accordingly.

[1] Ifcba410f5969521e8b3d30f02795541c1661f83a

Change-Id: I4d03957f8d3a18625f06379fb21aa7ba55e32797

Jens Harbott authored on 2017/08/28 20:43:37
Showing 1 changed files
... ...
@@ -487,7 +487,7 @@ EOF
487 487
 }
488 488
 
489 489
 # Starts the TLS proxy for the given IP/ports
490
-# start_tls_proxy front-host front-port back-host back-port
490
+# start_tls_proxy service-name front-host front-port back-host back-port
491 491
 function start_tls_proxy {
492 492
     local b_service="$1-tls-proxy"
493 493
     local f_host=$2