From 6e1791abefb96bca21f07fb9347b42c9307cd56b Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Mon, 11 Aug 2014 18:59:24 +0200 Subject: [PATCH] [3508] Correction is example DHCPv6 config --- doc/examples/kea6/simple.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }