From: Marcin Siodelski Date: Thu, 19 Jul 2018 11:45:12 +0000 (+0200) Subject: [5675] Corrected documentation of the HA according to recent config change. X-Git-Tag: ha_phase2~41^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d925426badcef96efeb92b4c2e4c73991e6900d7;p=thirdparty%2Fkea.git [5675] Corrected documentation of the HA according to recent config change. --- diff --git a/doc/guide/hooks-ha.xml b/doc/guide/hooks-ha.xml index aab8e0bcac..5f39a247ec 100644 --- a/doc/guide/hooks-ha.xml +++ b/doc/guide/hooks-ha.xml @@ -1115,12 +1115,14 @@ "role": "secondary" } ], - "state-machine": [ - { - "state": "waiting", - "pause": "once" - } - ] + "state-machine": { + "states": [ + { + "state": "waiting", + "pause": "once" + } + ] + } } ] } } @@ -1177,16 +1179,18 @@ "role": "secondary" } ], - "state-machine": [ - { - "state": "ready", - "pause": "always" - }, - { - "state": "partner-down", - "pause": "once" - } - ] + "state-machine": { + "states": [ + { + "state": "ready", + "pause": "always" + }, + { + "state": "partner-down", + "pause": "once" + } + ] + } } ] } }