Skip to content

Commit

Permalink
drouting docs: Fix modparam types
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed May 10, 2021
1 parent a90eccf commit 7f7118b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/drouting/doc/drouting_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ modparam("drouting", "use_partitions", 1)
</section>

<section id="param_db_partitions_url" xreflabel="db_partitions_url">
<title><varname>db_partitions_url</varname> (int)</title>
<title><varname>db_partitions_url</varname> (str)</title>
<para>
The url to the database containing partition-specific
information. (partition-specific information includes
Expand All @@ -1153,7 +1153,7 @@ modparam("drouting", "db_partitions_url", "mysql://user:password@localhost/opens
</section>

<section id="param_db_partitions_table" xreflabel="db_partitions_table">
<title><varname>db_partitions_table</varname> (int)</title>
<title><varname>db_partitions_table</varname> (str)</title>
<para>
The name of the table containing partition definitions. To be
used with <varname>use_partitions</varname> and <varname>db_partitions_url</varname>.
Expand Down Expand Up @@ -1198,7 +1198,7 @@ modparam("drouting", "partition_id_pvar", "$var(matched_partition)")
</section>

<section id="param_enable_restart_persistency" xreflabel="enable_restart_persistency">
<title><varname>enable_restart_persistency</varname> (pvar)</title>
<title><varname>enable_restart_persistency</varname> (int)</title>
<para>
Parameter set to enable restart persistency for the Dynamic Routing module.
When this parameter is set, the drouting module no longer loads the data
Expand Down

0 comments on commit 7f7118b

Please sign in to comment.