Browse Source

[3508] Correction is example DHCPv6 config

Tomek Mrugalski 10 years ago
parent
commit
6e1791abef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/examples/kea6/simple.json

+ 1 - 1
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"
     }