瀏覽代碼

dispatcher(k): documented disabled state

Daniel-Constantin Mierla 14 年之前
父節點
當前提交
c7787acedd
共有 2 個文件被更改,包括 9 次插入4 次删除
  1. 3 1
      modules_k/dispatcher/README
  2. 6 3
      modules_k/dispatcher/doc/dispatcher_admin.xml

+ 3 - 1
modules_k/dispatcher/README

@@ -833,7 +833,9 @@ onreply_route {
      * _state_ : state of the destination address
           + “a”: active
           + “i”: inactive
-          + “p”: probing
+          + “d”: disabled
+       The states “a” or “i” can be followed by “p” to set probing mode
+       (e.g. 'ap' or 'ip')
      * _group_: destination group id
      * _address_: address of the destination in the _group_
 

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

@@ -1025,10 +1025,13 @@ onreply_route {
 		<itemizedlist>
 			<listitem><para>_state_ : state of the destination address</para>
 			      <itemizedlist>
-	                 <listitem><para> <quote>a</quote>: active </para></listitem> 
-			         <listitem><para> <quote>i</quote>: inactive </para></listitem>	
-				<listitem><para> <quote>p</quote>: probing </para></listitem>
+	                 <listitem><para> <quote>a</quote>: active</para></listitem> 
+			         <listitem><para> <quote>i</quote>: inactive</para></listitem>	
+			         <listitem><para> <quote>d</quote>: disabled</para></listitem>	
 				  </itemizedlist>
+				  <para>The states <quote>a</quote> or <quote>i</quote> can be
+					  followed by <quote>p</quote> to set probing mode (e.g. 'ap'
+					  or 'ip')</para>
 			</listitem>	  
 
 			<listitem><para>_group_: destination group id</para></listitem>