::
- "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