]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update ha-scopes.json
authorVicky Risk <vicky@isc.org>
Wed, 10 Oct 2018 11:44:05 +0000 (07:44 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:58:11 +0000 (18:58 +0100)
doc/api/ha-scopes.json

index d88eaa7168b03dd00f4c7f2c60d936e762612f5d..2d79130d401c86287cadeaf8043cf8cf0f520189 100644 (file)
@@ -1,7 +1,6 @@
 {
     "name": "ha-scopes",
-    "brief": "This command allows for modifying the High Availability (HA) scopes
-              that the server is serving.a sentence or two explaining what this command does",
+    "brief": "This command modifies the scope that the server is responsible for serving when operating in High Availability (HA) mode.",
     "description": "See <xref linkend=\"command-ha-scopes\"/>",
     "support": [ "kea-dhcp4", "kea-dhcp6" ],
     "avail": "1.4.0",
@@ -12,6 +11,5 @@
     \"arguments\": {
         \"scopes\": [ \"HA_server1\", \"HA_server2\" ]
     }
-}
-"
+    "cmd-comment": " In the example given, the arguments configure the server to handle traffic from both HA_server1 and HA_server2 scopes.",
 }