From 4a598486abfcb30b6ab3af7ddcdc6463e7b02423 Mon Sep 17 00:00:00 2001 From: lbobelin Date: Thu, 2 Aug 2012 15:32:46 +0200 Subject: [PATCH] Oups, mistake in router cluster name. --- doc/user_guide/doxygen/platform.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide/doxygen/platform.doc b/doc/user_guide/doxygen/platform.doc index 72d45f1547..65f3cb6b88 100644 --- a/doc/user_guide/doxygen/platform.doc +++ b/doc/user_guide/doxygen/platform.doc @@ -253,7 +253,7 @@ The principle is the same, except we don't have the backbone. The way to obtain \li availability_file: Allow you to use a file as input for availability. Similar to hosts attribute. \li state_file: Allow you to use a file as input for states. Similar to hosts attribute. -the router name is defined as the resulting String in the following java line of code: router_name = prefix + "router_ + suffix ; +the router name is defined as the resulting String in the following java line of code: router_name = prefix + clusterId + router_ + suffix ; cluster example -- 2.20.1