]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3508] Correction is example DHCPv6 config
authorTomek Mrugalski <tomasz@isc.org>
Mon, 11 Aug 2014 16:59:24 +0000 (18:59 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 11 Aug 2014 16:59:24 +0000 (18:59 +0200)
doc/examples/kea6/simple.json

index ff3c6c1ed280279e4b4e7f89d6269f98c90c7c44..e266d0ba103e2e1eb55b1f513ff08c03b409309e 100644 (file)
@@ -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"
     }