From edbf8834700c515fa8a0e1feb12c6d8e0250f366 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 8 Feb 2019 15:16:13 +0100 Subject: [PATCH] dispatcher: docs for ds_load_mode parameter --- .../dispatcher/doc/dispatcher_admin.xml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 493332ab28d..d28324f20d0 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -986,6 +986,28 @@ modparam("dispatcher", "ds_db_extra_attrs", "socket=socket;pref=prefix") +
+ <varname>ds_load_mode</varname> (int) + + If set to 1, the module throws error when failing to add a destination + address (e.g., invalid URI). If set to 0, it skips the failing address + and continues with the next ones. + + + + Default value is 0. + + + + Set the <quote>ds_load_mode</quote> parameter + + ... + modparam("dispatcher", "ds_load_mode", 1) + ... + + +
+