From: Tomek Mrugalski Date: Sun, 1 Nov 2015 06:45:26 +0000 (+0900) Subject: Example fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b039b89ba3d74f57bb8e86a9b716a1cdb8b8af96;p=thirdparty%2Fkea.git Example fix --- diff --git a/doc/examples/kea6/kea4o6.json b/doc/examples/kea6/kea4o6.json index 8264126e07..4721b6d9b6 100644 --- a/doc/examples/kea6/kea4o6.json +++ b/doc/examples/kea6/kea4o6.json @@ -38,10 +38,10 @@ "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" - ]; + } ] } ] },