Skip to content

Commit

Permalink
srloc: missing documentation for module parameter 'server_id_filter'
Browse files Browse the repository at this point in the history
(cherry picked from commit fa9947c)
  • Loading branch information
linuxmaniac committed Mar 5, 2018
1 parent 4c840b7 commit 0928fa7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/modules/usrloc/doc/usrloc_admin.xml
Expand Up @@ -1177,6 +1177,26 @@ modparam("usrloc", "db_timer_clean", 1)
</example>
</section>

<section id="usrloc.p.server_id_filter">
<title><varname>server_id_filter</varname> (int)</title>
<para>
Enable (1) or disable (0) filter records by server_id on load.
</para>
<para>
<emphasis>
Default value is <quote>0</quote>.
</emphasis>
</para>
<example>
<title>Set <varname>server_id_filter</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("usrloc", "server_id_filter", 1)
...
</programlisting>
</example>
</section>

</section>

<section>
Expand Down

0 comments on commit 0928fa7

Please sign in to comment.