Skip to content

Commit

Permalink
dispatcher: docs add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
btriller authored and henningw committed Mar 14, 2020
1 parent 8668d43 commit 4b84dd2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/modules/dispatcher/doc/dispatcher_admin.xml
Expand Up @@ -221,6 +221,27 @@ modparam("dispatcher", "priority_col", "dstpriority")
</example>
</section>

<section id="dispatcher.p.attrs_col">
<title><varname>attrs_col</varname> (string)</title>
<para>
The column's name in the database storing the attributes for
destination URI.
</para>
<para>
<emphasis>
Default value is <quote>attrs</quote>.
</emphasis>
</para>
<example>
<title>Set <quote>attrs_col</quote> parameter</title>
<programlisting format="linespecific">
...
modparam("dispatcher", "attrs_col", "dstattrs")
...
</programlisting>
</example>
</section>

<section id="dispatcher.p.force_dst">
<title><varname>force_dst</varname> (int)</title>
<para>
Expand Down

0 comments on commit 4b84dd2

Please sign in to comment.