]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[hackathon94] config updated.
authorTomek Mrugalski <tomasz@isc.org>
Sun, 1 Nov 2015 04:20:57 +0000 (13:20 +0900)
committerTomek Mrugalski <tomasz@isc.org>
Sun, 1 Nov 2015 04:20:57 +0000 (13:20 +0900)
doc/examples/kea6/kea4o6.json

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