فهرست منبع

dispatcher(k): added clarifications to ds_probing_mode parameter

Daniel-Constantin Mierla 14 سال پیش
والد
کامیت
b589e42a06
2فایلهای تغییر یافته به همراه8 افزوده شده و 6 حذف شده
  1. 4 3
      modules_k/dispatcher/README
  2. 4 3
      modules_k/dispatcher/doc/dispatcher_admin.xml

+ 4 - 3
modules_k/dispatcher/README

@@ -594,9 +594,10 @@ Note
 3.23. ds_probing_mode (int)
 
    Controls what gateways are tested to see if they are reachable. If set
-   to 0, only the gateways with state PROBING are tested, if set to 1, all
-   gateways are tested. If set to 1 and the is failure to the above list,
-   an active gateway is set to PROBING state.
+   to 0, only the gateways with state PROBING are tested; if set to 1, all
+   gateways are tested; if set to 2, only gateways in inactive state with
+   probing mode set are tested. If set to 1 and there is a failure of
+   keepalive to an active gateway, then it is set to TRYING state.
 
    Default value is "0".
 

+ 4 - 3
modules_k/dispatcher/doc/dispatcher_admin.xml

@@ -588,9 +588,10 @@ modparam("dispatcher", "force_dst", 1)
  		<title><varname>ds_probing_mode</varname> (int)</title>
  		<para>
 		Controls what gateways are tested to see if they are reachable. If set
-		to 0, only the gateways with state PROBING are tested, if set to 1, all
-		gateways are tested. If set to 1 and the is failure to the above list,
-		an active gateway is set to PROBING state.
+		to 0, only the gateways with state PROBING are tested; if set to 1, all
+		gateways are tested; if set to 2, only gateways in inactive state with
+		probing mode set are tested. If set to 1 and there is a failure of keepalive
+		to an active gateway, then it is set to TRYING state.
  		</para>
  		<para>
  		<emphasis>