From: Tomek Mrugalski Date: Sun, 1 Nov 2015 04:20:57 +0000 (+0900) Subject: [hackathon94] config updated. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee6a5deab8d0d0b00d3c63163c0aa4ac8f61530;p=thirdparty%2Fkea.git [hackathon94] config updated. --- diff --git a/doc/examples/kea6/kea4o6.json b/doc/examples/kea6/kea4o6.json index 291cca12b3..8264126e07 100644 --- a/doc/examples/kea6/kea4o6.json +++ b/doc/examples/kea6/kea4o6.json @@ -35,7 +35,13 @@ { "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" + ]; } ] },