]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4314] Fixed json
authorFrancis Dupont <fdupont@isc.org>
Wed, 25 Feb 2026 10:35:36 +0000 (11:35 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 27 Apr 2026 12:45:16 +0000 (14:45 +0200)
doc/sphinx/arm/dhcp6-srv.rst

index 6968d3cda88896101066a65ac0dd586db05ba674..62293b2ee8e00d8d143cb4146542230d1a9bb522 100644 (file)
@@ -2292,45 +2292,51 @@ clause, to send it with the ntp-server-address suboption for the
 
 ::
 
-   "option-data": [
-       {
-           "space": "v6-ntp-server-suboptions",
-           "name": "ntp-server-address",
-           "data": "2a02:8424:6fc4:3601:c13b:9426:51db:aa1"
-        },
+   "Dhcp6": {
+       "option-data": [
+           {
+               "space": "v6-ntp-server-suboptions",
+               "name": "ntp-server-address",
+               "data": "2a02:8424:6fc4:3601:c13b:9426:51db:aa1"
+            },
+            ...
+        ],
         ...
-    ],
-    ...
+    }
 
 
 For the FQDN which allows to pick one of the 4 addresses of it:
 
 ::
 
-   "option-data": [
-       {
-           "space": "v6-ntp-server-suboptions",
-           "name": "ntp-server-fqdn",
-           "data": "2.pool.ntp.org"
-        },
+   "Dhcp6": {
+       "option-data": [
+           {
+               "space": "v6-ntp-server-suboptions",
+               "name": "ntp-server-fqdn",
+               "data": "2.pool.ntp.org"
+            },
+            ...
+        ],
         ...
-    ],
-    ...
+    }
 
 
 Or for a closed site with its own NTP server using multicast:
 
 ::
 
-   "option-data": [
-       {
-           "space": "v6-ntp-server-suboptions",
-           "name": "ntp-server-multicast",
-           "data": "ff05::101"
-        },
-        ...
-    ],
+   "Dhcp6": {
+       "option-data": [
+           {
+               "space": "v6-ntp-server-suboptions",
+               "name": "ntp-server-multicast",
+               "data": "ff05::101"
+            },
+            ...
+        ],
     ...
+    }
 
 
 Note the standard requires to include only one suboption in the ntp-server