|
@@ -1780,17 +1780,21 @@ onreply_route {
|
|
sending keepalives. It is a bitwise value that can be built using
|
|
sending keepalives. It is a bitwise value that can be built using
|
|
the folowing flags:
|
|
the folowing flags:
|
|
<itemizedlist>
|
|
<itemizedlist>
|
|
- <listitem><para>1 (bit at index 0 - 1 <<0) - inactive destination<para>
|
|
|
|
|
|
+ <listitem><para>1 (bit at index 0 - 1 <<0) - inactive destination</para>
|
|
</listitem>
|
|
</listitem>
|
|
<listitem><para>2 (bit at index 1 - 1 <<1) - temporary trying
|
|
<listitem><para>2 (bit at index 1 - 1 <<1) - temporary trying
|
|
destination (in the way to become inactive if it does not reply to
|
|
destination (in the way to become inactive if it does not reply to
|
|
keepalives - there is a module parameter to set the threshold of
|
|
keepalives - there is a module parameter to set the threshold of
|
|
- failures)<para>
|
|
|
|
|
|
+ failures)</para>
|
|
</listitem>
|
|
</listitem>
|
|
- <listitem><para>4 (bit at index 2 - 1 <<2) - admin disabled destination<para>
|
|
|
|
|
|
+ <listitem><para>4 (bit at index 2 - 1 <<2) - admin disabled destination</para>
|
|
</listitem>
|
|
</listitem>
|
|
<listitem><para>8 (bit at index 3 - 1 <<3) - probing destination (sending keep alives);</para>
|
|
<listitem><para>8 (bit at index 3 - 1 <<3) - probing destination (sending keep alives);</para>
|
|
</listitem>
|
|
</listitem>
|
|
|
|
+ <listitem><para>16 (bit at index 4 - 1 <<4) - skip DNS A/AAAA resolve at startup,
|
|
|
|
+ useful when the hostname of the destination address is a NAPTR or SRV record only.
|
|
|
|
+ Such addresses cannot be matched anymore with ds_is_from_list(...).</para>
|
|
|
|
+ </listitem>
|
|
</itemizedlist>
|
|
</itemizedlist>
|
|
</para>
|
|
</para>
|
|
</listitem>
|
|
</listitem>
|