]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5675] Corrected documentation of the HA according to recent config change.
authorMarcin Siodelski <marcin@isc.org>
Thu, 19 Jul 2018 11:45:12 +0000 (13:45 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 19 Jul 2018 11:45:12 +0000 (13:45 +0200)
doc/guide/hooks-ha.xml

index aab8e0bcac906ed741a40e9d4b3f34a090dd7dee..5f39a247ec6bd3e4e9d2a2c46342566e63a659bb 100644 (file)
                             "role": "secondary"
                         }
                     ],
-                    "state-machine": [
-                        {
-                            "state": "waiting",
-                            "pause": "once"
-                        }
-                    ]
+                    "state-machine": {
+                        "states":  [
+                            {
+                                "state": "waiting",
+                                "pause": "once"
+                            }
+                        ]
+                    }
                 } ]
             }
         }
                             "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"
+                            }
+                        ]
+                    }
                 } ]
             }
         }