]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1601] fixed documentation examples
authorRazvan Becheriu <razvan@isc.org>
Wed, 20 Jan 2021 15:22:44 +0000 (17:22 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 22 Jan 2021 17:15:20 +0000 (17:15 +0000)
src/share/api/dhcp-disable.json
src/share/api/dhcp-enable.json

index c802bd759d95c4d64cd5286fd9f9d92e2ef0899c..a12764c4442810d7bd689130af67d6f2b47744e7 100644 (file)
@@ -9,7 +9,7 @@
         "    \"command\": \"dhcp-disable\",",
         "    \"arguments\": {",
         "        \"max-period\": 20,",
-        "        \"origin\": \"user\",
+        "        \"origin\": \"user\"",
         "    }",
         "}"
     ],
index 0b61f84c4d978b7881e810ed92cc9e247fb54dff..d7a99594051ef43b9430181bfb1d5ac3561907a1 100644 (file)
@@ -8,7 +8,7 @@
         "{",
         "    \"command\": \"dhcp-enable\",",
         "    \"arguments\": {",
-        "        \"origin\": \"user\",
+        "        \"origin\": \"user\"",
         "    }",
         "}"
     ],