]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Example fix
authorTomek Mrugalski <tomasz@isc.org>
Sun, 1 Nov 2015 06:45:26 +0000 (15:45 +0900)
committerTomek Mrugalski <tomasz@isc.org>
Sun, 1 Nov 2015 06:45:26 +0000 (15:45 +0900)
doc/examples/kea6/kea4o6.json

index 8264126e073d193e17a3c9e5655e30c86c6af58b..4721b6d9b63c857e94b235e8e0589c142e908575 100644 (file)
       "interface": "ethX",
 
 # Here's the option to point to the IPv6 address of the DHCP4o6 server
-      "option-data": [
+      "option-data": [ {
          "name": "dhcp4o6-server-addr",
          "data": "2001:db8::1"
-      ];
+      } ]
     }
   ]
 },