Brandon Cazander writes:
> "Dhcp6": {
>     "subnet6": [
>     {
>         "subnet": "2001:db8:1::/64",
>         "pools": [
>             { "pool": "2001:db8:1::1-2001:db8:1::ffff" },
>             { "pool": "2001:db8:1:05::/80" }
>         ],
>         ...
>     }
>     ]
> }

=> pools must be in the subnet. Here I believe there is a typo:
the second pool is not in the subnet, perhaps it should be:
 "pool": "2001:db8:1:0:5::/80"

Regards

Francis Dupont <fdup...@isc.org>
_______________________________________________
Kea-users mailing list
Kea-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to