From: Tomek Mrugalski Date: Mon, 11 Aug 2014 16:59:24 +0000 (+0200) Subject: [3508] Correction is example DHCPv6 config X-Git-Tag: trac3482_base~46^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e1791abefb96bca21f07fb9347b42c9307cd56b;p=thirdparty%2Fkea.git [3508] Correction is example DHCPv6 config --- diff --git a/doc/examples/kea6/simple.json b/doc/examples/kea6/simple.json index ff3c6c1ed2..e266d0ba10 100644 --- a/doc/examples/kea6/simple.json +++ b/doc/examples/kea6/simple.json @@ -31,7 +31,7 @@ # least subnet and pool entries. "subnet6": [ { - "pool": [ "2001:db8:1::/80" ], + "pools": [ { "pool": "2001:db8:1::/80" } ], "subnet": "2001:db8:1::/64", "interface": "eth0" }