Skip to content

Commit 7f7118b

Browse files
committed
drouting docs: Fix modparam types
1 parent a90eccf commit 7f7118b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/drouting/doc/drouting_admin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ modparam("drouting", "use_partitions", 1)
11281128
</section>
11291129

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

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

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

0 commit comments

Comments
 (0)