Skip to content

Commit

Permalink
usrloc: docs for version_table parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jun 14, 2018
1 parent da92296 commit f20c90e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/modules/usrloc/doc/usrloc_admin.xml
Expand Up @@ -1220,6 +1220,25 @@ modparam("usrloc", "server_id_filter", 1)
</example>
</section>

<section id="usrloc.p.version_table">
<title><varname>version_table</varname> (integer)</title>
<para>
If set to 0, the module will skip checking the version
for location table.
</para>
<para>
Default value is <quote>1 (check for table version)</quote>.
</para>
<example>
<title><varname>version_table</varname> parameter usage</title>
<programlisting format="linespecific">
...
modparam("usrloc", "version_table", 0)
...
</programlisting>
</example>
</section>

</section>

<section>
Expand Down

0 comments on commit f20c90e

Please sign in to comment.